#CF6C85

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

Shades of Charm #CF6C85

Tints of Charm #CF6C85

Color information

#CF6C85 (or 0xCF6C85) is unknown color: approx Charm. HEX triplet: CF, 6C and 85. RGB value is (207,108,133). Sum of RGB (Red+Green+Blue) = 207+108+133=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6C85 is #30937A. Grayscale: #8C8C8C. Windows color (decimal): -3183483 or 8744143. OLE color: 8744143.

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

Color convert

RGB207108133-
CMYK00.480.360.19
HSL344.85º50.77%61.76%-
HSV(B)344.85º47.83%81.18%-
XYZ35.3325.6825.29-
YUV140.45123.8175.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 108 (42.58% from 255) = 24.11%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=46.21%
G=24.11%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710813300.480.360.19344.8550.7761.76
HexCF6C850302413159333e
Octal31715420506044235316376
Binary11001111110110010000101011000010010010011101011001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C85; }

 p { color: rgb(207,108,133); }

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

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

 a { background-color: rgb(207,108,133); }

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

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

 span { border-color: rgb(207,108,133); }

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