#CF898C

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

Shades of Puce #CF898C

Tints of Puce #CF898C

Color information

#CF898C (or 0xCF898C) is unknown color: approx Puce. HEX triplet: CF, 89 and 8C. RGB value is (207,137,140). Sum of RGB (Red+Green+Blue) = 207+137+140=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898C is #307673. Grayscale: #9E9E9E. Windows color (decimal): -3176052 or 9210319. OLE color: 9210319.

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

Color convert

RGB207137140-
CMYK00.340.320.19
HSL357.43º42.17%67.45%-
HSV(B)357.43º33.82%81.18%-
XYZ39.4133.0529.11-
YUV158.27117.69162.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=42.77%
G=28.31%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713714000.340.320.19357.4342.1767.45
HexCF898C02220131652a43
Octal317211214042402354552103
Binary1100111110001001100011000100010100000100111011001011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF898C; }

 p { color: rgb(207,137,140); }

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

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

 a { background-color: rgb(207,137,140); }

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

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

 span { border-color: rgb(207,137,140); }

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