#CF859B

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

Shades of Puce #CF859B

Tints of Puce #CF859B

Color information

#CF859B (or 0xCF859B) is unknown color: approx Puce. HEX triplet: CF, 85 and 9B. RGB value is (207,133,155). Sum of RGB (Red+Green+Blue) = 207+133+155=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859B is #307A64. Grayscale: #9D9D9D. Windows color (decimal): -3177061 or 10192335. OLE color: 10192335.

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

Color convert

RGB207133155-
CMYK00.360.250.19
HSL342.16º43.53%66.67%-
HSV(B)342.16º35.75%81.18%-
XYZ40.0432.4135.16-
YUV157.63126.52163.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 133 (52.34% from 255) = 26.87%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=41.82%
G=26.87%
B=31.31%

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
Decimal20713315500.360.250.19342.1643.5366.67
HexCF859B02419131562c43
Octal317205233044312352654103
Binary110011111000010110011011010010011001100111010101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF859B; }

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

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

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

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

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

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

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

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