#CF898E

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

Shades of Puce #CF898E

Tints of Puce #CF898E

Color information

#CF898E (or 0xCF898E) is unknown color: approx Puce. HEX triplet: CF, 89 and 8E. RGB value is (207,137,142). Sum of RGB (Red+Green+Blue) = 207+137+142=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF898E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF898E is #307671. Grayscale: #9E9E9E. Windows color (decimal): -3176050 or 9341391. OLE color: 9341391.

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

Color convert

RGB207137142-
CMYK00.340.310.19
HSL355.71º42.17%67.45%-
HSV(B)355.71º33.82%81.18%-
XYZ39.5633.1129.9-
YUV158.5118.69162.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.59%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=42.59%
G=28.19%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713714200.340.310.19355.7142.1767.45
HexCF898E0221F131642a43
Octal317211216042372354452103
Binary110011111000100110001110010001011111100111011001001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF898E; }

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

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

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

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

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

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

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

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