#CF6786

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

Shades of Charm #CF6786

Tints of Charm #CF6786

Color information

#CF6786 (or 0xCF6786) is unknown color: approx Charm. HEX triplet: CF, 67 and 86. RGB value is (207,103,134). Sum of RGB (Red+Green+Blue) = 207+103+134=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6786 is #309879. Grayscale: #898989. Windows color (decimal): -3184762 or 8808399. OLE color: 8808399.

HSL color Cylindrical-coordinate representation of color #CF6786: hue angle of 342.12º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6786 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207103134-
CMYK00.500.350.19
HSL342.12º52%60.78%-
HSV(B)342.12º50.24%81.18%-
XYZ34.8924.6925.48-
YUV137.63125.96177.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=46.62%
G=23.20%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710313400.500.350.19342.125260.78
HexCF67860322313156343d
Octal31714720606243235266475
Binary11001111110011110000110011001010001110011101010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6786; }

 p { color: rgb(207,103,134); }

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

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

 a { background-color: rgb(207,103,134); }

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

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

 span { border-color: rgb(207,103,134); }

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