#CF868E

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

Shades of Puce #CF868E

Tints of Puce #CF868E

Color information

#CF868E (or 0xCF868E) is unknown color: approx Puce. HEX triplet: CF, 86 and 8E. RGB value is (207,134,142). Sum of RGB (Red+Green+Blue) = 207+134+142=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CF868E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF868E is #307971. Grayscale: #9C9C9C. Windows color (decimal): -3176818 or 9340623. OLE color: 9340623.

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

Color convert

RGB207134142-
CMYK00.350.310.19
HSL353.42º43.2%66.86%-
HSV(B)353.42º35.27%81.18%-
XYZ39.1432.2729.76-
YUV156.74119.68163.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.86%
GREEN value IS 134 (52.73% from 255) = 27.74%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=42.86%
G=27.74%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713414200.350.310.19353.4243.266.86
HexCF868E0231F131612b43
Octal317206216043372354153103
Binary110011111000011010001110010001111111100111011000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF868E; }

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

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

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

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

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

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

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

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