#CF868C

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

Shades of Puce #CF868C

Tints of Puce #CF868C

Color information

#CF868C (or 0xCF868C) is unknown color: approx Puce. HEX triplet: CF, 86 and 8C. RGB value is (207,134,140). Sum of RGB (Red+Green+Blue) = 207+134+140=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868C is #307973. Grayscale: #9C9C9C. Windows color (decimal): -3176820 or 9209551. OLE color: 9209551.

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

Color convert

RGB207134140-
CMYK00.350.320.19
HSL355.07º43.2%66.86%-
HSV(B)355.07º35.27%81.18%-
XYZ38.9932.2128.97-
YUV156.51118.68164.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.04%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=43.04%
G=27.86%
B=29.11%

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
Decimal20713414000.350.320.19355.0743.266.86
HexCF868C02320131632b43
Octal317206214043402354353103
Binary1100111110000110100011000100011100000100111011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF868C; }

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

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

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

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

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

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

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

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