#CF859D

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

Shades of Puce #CF859D

Tints of Puce #CF859D

Color information

#CF859D (or 0xCF859D) is unknown color: approx Puce. HEX triplet: CF, 85 and 9D. RGB value is (207,133,157). Sum of RGB (Red+Green+Blue) = 207+133+157=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 157 (61.72% from 255 or 31.59% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859D is #307A62. Grayscale: #9D9D9D. Windows color (decimal): -3177059 or 10323407. OLE color: 10323407.

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

Color convert

RGB207133157-
CMYK00.360.240.19
HSL340.54º43.53%66.67%-
HSV(B)340.54º35.75%81.18%-
XYZ40.2132.4736.05-
YUV157.86127.52163.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 157 (61.72% from 255) = 31.59%
R=41.65%
G=26.76%
B=31.59%

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
Decimal20713315700.360.240.19340.5443.5366.67
HexCF859D02418131552c43
Octal317205235044302352554103
Binary110011111000010110011101010010011000100111010101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF859D; }

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

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

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

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

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

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

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

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