#CF859E

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

Shades of Puce #CF859E

Tints of Puce #CF859E

Color information

#CF859E (or 0xCF859E) is unknown color: approx Puce. HEX triplet: CF, 85 and 9E. RGB value is (207,133,158). Sum of RGB (Red+Green+Blue) = 207+133+158=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 158 (62.11% from 255 or 31.73% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859E is #307A61. Grayscale: #9D9D9D. Windows color (decimal): -3177058 or 10388943. OLE color: 10388943.

HSL color Cylindrical-coordinate representation of color #CF859E: hue angle of 339.73º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF859E is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207133158-
CMYK00.360.240.19
HSL339.73º43.53%66.67%-
HSV(B)339.73º35.75%81.18%-
XYZ40.2932.5136.5-
YUV157.98128.02162.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 158 (62.11% from 255) = 31.73%
R=41.57%
G=26.71%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713315800.360.240.19339.7343.5366.67
HexCF859E02418131542c43
Octal317205236044302352454103
Binary110011111000010110011110010010011000100111010101001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF859E; }

 p { color: rgb(207,133,158); }

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

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

 a { background-color: rgb(207,133,158); }

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

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

 span { border-color: rgb(207,133,158); }

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