#CF8286

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

Shades of Charm #CF8286

Tints of Charm #CF8286

Color information

#CF8286 (or 0xCF8286) is unknown color: approx Charm. HEX triplet: CF, 82 and 86. RGB value is (207,130,134). Sum of RGB (Red+Green+Blue) = 207+130+134=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8286 is #307D79. Grayscale: #999999. Windows color (decimal): -3177850 or 8815311. OLE color: 8815311.

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

Color convert

RGB207130134-
CMYK00.370.350.19
HSL356.88º44.51%66.08%-
HSV(B)356.88º37.2%81.18%-
XYZ38.0230.9526.52-
YUV153.48117.01166.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=43.95%
G=27.60%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713013400.370.350.19356.8844.5166.08
HexCF828602523131652d42
Octal317202206045432354555102
Binary1100111110000010100001100100101100011100111011001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8286; }

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

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

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

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

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

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

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

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