#CF888E

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

Shades of Puce #CF888E

Tints of Puce #CF888E

Color information

#CF888E (or 0xCF888E) is unknown color: approx Puce. HEX triplet: CF, 88 and 8E. RGB value is (207,136,142). Sum of RGB (Red+Green+Blue) = 207+136+142=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CF888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF888E is #307771. Grayscale: #9D9D9D. Windows color (decimal): -3176306 or 9341135. OLE color: 9341135.

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

Color convert

RGB207136142-
CMYK00.340.310.19
HSL354.93º42.51%67.25%-
HSV(B)354.93º34.3%81.18%-
XYZ39.4232.8329.85-
YUV157.91119.02163.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=42.68%
G=28.04%
B=29.28%

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
Decimal20713614200.340.310.19354.9342.5167.25
HexCF888E0221F131632b43
Octal317210216042372354353103
Binary110011111000100010001110010001011111100111011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF888E; }

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

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

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

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

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

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

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

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