#CF8596

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

Shades of Puce #CF8596

Tints of Puce #CF8596

Color information

#CF8596 (or 0xCF8596) is unknown color: approx Puce. HEX triplet: CF, 85 and 96. RGB value is (207,133,150). Sum of RGB (Red+Green+Blue) = 207+133+150=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8596 is #307A69. Grayscale: #9D9D9D. Windows color (decimal): -3177066 or 9864655. OLE color: 9864655.

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

Color convert

RGB207133150-
CMYK00.360.280.19
HSL346.22º43.53%66.67%-
HSV(B)346.22º35.75%81.18%-
XYZ39.6232.2432.99-
YUV157.06124.02163.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.24%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=42.24%
G=27.14%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713315000.360.280.19346.2243.5366.67
HexCF85960241C1315a2c43
Octal317205226044342353254103
Binary110011111000010110010110010010011100100111010110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8596; }

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

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

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

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

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

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

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

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