#CF6785

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

Shades of Charm #CF6785

Tints of Charm #CF6785

Color information

#CF6785 (or 0xCF6785) is unknown color: approx Charm. HEX triplet: CF, 67 and 85. RGB value is (207,103,133). Sum of RGB (Red+Green+Blue) = 207+103+133=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6785 is #30987A. Grayscale: #898989. Windows color (decimal): -3184763 or 8742863. OLE color: 8742863.

HSL color Cylindrical-coordinate representation of color #CF6785: hue angle of 342.69º 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 #CF6785 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207103133-
CMYK00.500.360.19
HSL342.69º52%60.78%-
HSV(B)342.69º50.24%81.18%-
XYZ34.8224.6625.12-
YUV137.52125.46177.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.73%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=46.73%
G=23.25%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710313300.500.360.19342.695260.78
HexCF67850322413157343d
Octal31714720506244235276475
Binary11001111110011110000101011001010010010011101010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6785; }

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

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

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

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

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

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

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

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