#CF878C

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

Shades of Puce #CF878C

Tints of Puce #CF878C

Color information

#CF878C (or 0xCF878C) is unknown color: approx Puce. HEX triplet: CF, 87 and 8C. RGB value is (207,135,140). Sum of RGB (Red+Green+Blue) = 207+135+140=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878C is #307873. Grayscale: #9D9D9D. Windows color (decimal): -3176564 or 9209807. OLE color: 9209807.

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

Color convert

RGB207135140-
CMYK00.350.320.19
HSL355.83º42.86%67.06%-
HSV(B)355.83º34.78%81.18%-
XYZ39.1332.4929.02-
YUV157.1118.35163.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=42.95%
G=28.01%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713514000.350.320.19355.8342.8667.06
HexCF878C02320131642b43
Octal317207214043402354453103
Binary1100111110000111100011000100011100000100111011001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF878C; }

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

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

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

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

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

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

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

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