#CF8285

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

Shades of Charm #CF8285

Tints of Charm #CF8285

Color information

#CF8285 (or 0xCF8285) is unknown color: approx Charm. HEX triplet: CF, 82 and 85. RGB value is (207,130,133). Sum of RGB (Red+Green+Blue) = 207+130+133=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8285 is #307D7A. Grayscale: #999999. Windows color (decimal): -3177851 or 8749775. OLE color: 8749775.

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

Color convert

RGB207130133-
CMYK00.370.360.19
HSL357.66º44.51%66.08%-
HSV(B)357.66º37.2%81.18%-
XYZ37.9530.9226.16-
YUV153.36116.51166.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 130 (51.17% from 255) = 27.66%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=44.04%
G=27.66%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713013300.370.360.19357.6644.5166.08
HexCF828502524131662d42
Octal317202205045442354655102
Binary1100111110000010100001010100101100100100111011001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8285; }

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

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

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

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

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

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

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

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