#CF8797

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

Shades of Puce #CF8797

Tints of Puce #CF8797

Color information

#CF8797 (or 0xCF8797) is unknown color: approx Puce. HEX triplet: CF, 87 and 97. RGB value is (207,135,151). Sum of RGB (Red+Green+Blue) = 207+135+151=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 135 (53.12% from 255 or 27.38% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8797 is #307868. Grayscale: #9E9E9E. Windows color (decimal): -3176553 or 9930703. OLE color: 9930703.

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

Color convert

RGB207135151-
CMYK00.350.270.19
HSL346.67º42.86%67.06%-
HSV(B)346.67º34.78%81.18%-
XYZ39.9832.8333.51-
YUV158.35123.85162.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 135 (53.12% from 255) = 27.38%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=41.99%
G=27.38%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713515100.350.270.19346.6742.8667.06
HexCF87970231B1315b2b43
Octal317207227043332353353103
Binary110011111000011110010111010001111011100111010110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8797; }

 p { color: rgb(207,135,151); }

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

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

 a { background-color: rgb(207,135,151); }

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

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

 span { border-color: rgb(207,135,151); }

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