#CF8485

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

Shades of Charm #CF8485

Tints of Charm #CF8485

Color information

#CF8485 (or 0xCF8485) is unknown color: approx Charm. HEX triplet: CF, 84 and 85. RGB value is (207,132,133). Sum of RGB (Red+Green+Blue) = 207+132+133=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8485 is #307B7A. Grayscale: #9A9A9A. Windows color (decimal): -3177339 or 8750287. OLE color: 8750287.

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

Color convert

RGB207132133-
CMYK00.360.360.19
HSL359.2º43.86%66.47%-
HSV(B)359.2º36.23%81.18%-
XYZ38.2231.4626.25-
YUV154.54115.85165.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 132 (51.95% from 255) = 27.97%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=43.86%
G=27.97%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713213300.360.360.19359.243.8666.47
HexCF848502424131672c42
Octal317204205044442354754102
Binary1100111110000100100001010100100100100100111011001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8485; }

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

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

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

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

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

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

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

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