#CF859C

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

Shades of Puce #CF859C

Tints of Puce #CF859C

Color information

#CF859C (or 0xCF859C) is unknown color: approx Puce. HEX triplet: CF, 85 and 9C. RGB value is (207,133,156). Sum of RGB (Red+Green+Blue) = 207+133+156=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859C is #307A63. Grayscale: #9D9D9D. Windows color (decimal): -3177060 or 10257871. OLE color: 10257871.

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

Color convert

RGB207133156-
CMYK00.360.250.19
HSL341.35º43.53%66.67%-
HSV(B)341.35º35.75%81.18%-
XYZ40.1232.4435.6-
YUV157.75127.02163.13-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 133 (52.34% from 255) = 26.81%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=41.73%
G=26.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713315600.360.250.19341.3543.5366.67
HexCF859C02419131552c43
Octal317205234044312352554103
Binary110011111000010110011100010010011001100111010101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF859C; }

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

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

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

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

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

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

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

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