#CF6381

Color #CF6381 Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CF6381

Tints of Charm #CF6381

Color information

#CF6381 (or 0xCF6381) is unknown color: approx Charm. HEX triplet: CF, 63 and 81. RGB value is (207,99,129). Sum of RGB (Red+Green+Blue) = 207+99+129=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6381 is #309C7E. Grayscale: #868686. Windows color (decimal): -3185791 or 8479695. OLE color: 8479695.

HSL color Cylindrical-coordinate representation of color #CF6381: hue angle of 343.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6381 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB20799129-
CMYK00.520.380.19
HSL343.33º52.94%60%-
HSV(B)343.33º52.17%81.18%-
XYZ34.1623.7723.56-
YUV134.71124.78179.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 47.59%
GREEN value IS 99 (39.06% from 255) = 22.76%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=47.59%
G=22.76%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2079912900.520.380.19343.3352.9460
HexCF63810342613157353c
Octal31714320106446235276574
Binary11001111110001110000001011010010011010011101010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6381; }

 p { color: rgb(207,99,129); }

 H1.HeaderClassName
 {
   color: #CF6381;
 }
 .AnyTagClassName
 {
   color: #CF6381;
 }
</style>
background-color css

<style>
 a { background-color: #CF6381; }

 a { background-color: rgb(207,99,129); }

 div.DivClassName
 {
   background-color: #CF6381;
 }
 .BgClassName
 {
   background-color: #CF6381;
 }
</style>
border-color css

<style>
 span { border-color: #CF6381; }

 span { border-color: rgb(207,99,129); }

 td.TdClassName
 {
   border-color: #CF6381;
 }
 .TagClassName
 {
   border-color: #CF6381;
 }
</style>