#CF8288

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

Shades of Charm #CF8288

Tints of Charm #CF8288

Color information

#CF8288 (or 0xCF8288) is unknown color: approx Charm. HEX triplet: CF, 82 and 88. RGB value is (207,130,136). Sum of RGB (Red+Green+Blue) = 207+130+136=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8288 is #307D77. Grayscale: #999999. Windows color (decimal): -3177848 or 8946383. OLE color: 8946383.

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

Color convert

RGB207130136-
CMYK00.370.340.19
HSL355.32º44.51%66.08%-
HSV(B)355.32º37.2%81.18%-
XYZ38.1631.0127.27-
YUV153.71118.01166.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 136 (53.52% from 255) = 28.75%
R=43.76%
G=27.48%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713013600.370.340.19355.3244.5166.08
HexCF828802522131632d42
Octal317202210045422354355102
Binary1100111110000010100010000100101100010100111011000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8288; }

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

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

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

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

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

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

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

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