#CF868D

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

Shades of Puce #CF868D

Tints of Puce #CF868D

Color information

#CF868D (or 0xCF868D) is unknown color: approx Puce. HEX triplet: CF, 86 and 8D. RGB value is (207,134,141). Sum of RGB (Red+Green+Blue) = 207+134+141=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868D is #307972. Grayscale: #9C9C9C. Windows color (decimal): -3176819 or 9275087. OLE color: 9275087.

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

Color convert

RGB207134141-
CMYK00.350.320.19
HSL354.25º43.2%66.86%-
HSV(B)354.25º35.27%81.18%-
XYZ39.0632.2429.36-
YUV156.62119.18163.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=42.95%
G=27.80%
B=29.25%

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
Decimal20713414100.350.320.19354.2543.266.86
HexCF868D02320131622b43
Octal317206215043402354253103
Binary1100111110000110100011010100011100000100111011000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF868D; }

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

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

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

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

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

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

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

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