#CF878D

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

Shades of Puce #CF878D

Tints of Puce #CF878D

Color information

#CF878D (or 0xCF878D) is unknown color: approx Puce. HEX triplet: CF, 87 and 8D. RGB value is (207,135,141). Sum of RGB (Red+Green+Blue) = 207+135+141=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF878D is #307872. Grayscale: #9D9D9D. Windows color (decimal): -3176563 or 9275343. OLE color: 9275343.

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

Color convert

RGB207135141-
CMYK00.350.320.19
HSL355º42.86%67.06%-
HSV(B)355º34.78%81.18%-
XYZ39.232.5229.41-
YUV157.21118.85163.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=42.86%
G=27.95%
B=29.19%

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
Decimal20713514100.350.320.1935542.8667.06
HexCF878D02320131632b43
Octal317207215043402354353103
Binary1100111110000111100011010100011100000100111011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF878D; }

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

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

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

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

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

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

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

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