#cf6d8c

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

Shades of Charm #CF6D8C

Tints of Charm #CF6D8C

Color information

#CF6D8C (or 0xCF6D8C) is unknown color: approx Charm. HEX triplet: CF, 6D and 8C. RGB value is (207,109,140). Sum of RGB (Red+Green+Blue) = 207+109+140=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6D8C is #309273. Grayscale: #8D8D8D. Windows color (decimal): -3183220 or 9203151. OLE color: 9203151.

HSL color Cylindrical-coordinate representation of color #CF6D8C: hue angle of 341.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6D8C is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB207109140-
CMYK00.470.320.19
HSL341.02º50.52%61.96%-
HSV(B)341.02º47.34%81.18%-
XYZ35.9326.127.95-
YUV141.84126.97174.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=45.39%
G=23.90%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710914000.470.320.19341.0250.5261.96
HexCF6D8C02F2013155333e
Octal31715521405740235256376
Binary11001111110110110001100010111110000010011101010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6d8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6d8c; }

 p { color: rgb(207,109,140); }

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

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

 a { background-color: rgb(207,109,140); }

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

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

 span { border-color: rgb(207,109,140); }

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