#CC859D

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

Shades of Puce #CC859D

Tints of Puce #CC859D

Color information

#CC859D (or 0xCC859D) is unknown color: approx Puce. HEX triplet: CC, 85 and 9D. RGB value is (204,133,157). Sum of RGB (Red+Green+Blue) = 204+133+157=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859D is #337A62. Grayscale: #9C9C9C. Windows color (decimal): -3373667 or 10323404. OLE color: 10323404.

HSL color Cylindrical-coordinate representation of color #CC859D: hue angle of 339.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC859D is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204133157-
CMYK00.350.230.2
HSL339.72º41.04%66.08%-
HSV(B)339.72º34.8%80%-
XYZ39.3832.0536.01-
YUV156.96128.02161.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 133 (52.34% from 255) = 26.92%
BLUE value IS 157 (61.72% from 255) = 31.78%
R=41.30%
G=26.92%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413315700.350.230.2339.7241.0466.08
HexCC859D02317141542942
Octal314205235043272452451102
Binary110011001000010110011101010001110111101001010101001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC859D; }

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

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

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

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

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

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

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

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