#CF8897

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

Shades of Puce #CF8897

Tints of Puce #CF8897

Color information

#CF8897 (or 0xCF8897) is unknown color: approx Puce. HEX triplet: CF, 88 and 97. RGB value is (207,136,151). Sum of RGB (Red+Green+Blue) = 207+136+151=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8897 is #307768. Grayscale: #9E9E9E. Windows color (decimal): -3176297 or 9930959. OLE color: 9930959.

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

Color convert

RGB207136151-
CMYK00.340.270.19
HSL347.32º42.51%67.25%-
HSV(B)347.32º34.3%81.18%-
XYZ40.1233.1133.55-
YUV158.94123.52162.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.90%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=41.90%
G=27.53%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713615100.340.270.19347.3242.5167.25
HexCF88970221B1315b2b43
Octal317210227042332353353103
Binary110011111000100010010111010001011011100111010110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8897; }

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

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

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

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

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

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

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

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