#CC858B

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

Shades of Puce #CC858B

Tints of Puce #CC858B

Color information

#CC858B (or 0xCC858B) is unknown color: approx Puce. HEX triplet: CC, 85 and 8B. RGB value is (204,133,139). Sum of RGB (Red+Green+Blue) = 204+133+139=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC858B is #337A74. Grayscale: #9A9A9A. Windows color (decimal): -3373685 or 9143756. OLE color: 9143756.

HSL color Cylindrical-coordinate representation of color #CC858B: hue angle of 354.93º 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 #CC858B is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204133139-
CMYK00.350.320.2
HSL354.93º41.04%66.08%-
HSV(B)354.93º34.8%80%-
XYZ37.9531.4828.5-
YUV154.91119.02163.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=42.86%
G=27.94%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413313900.350.320.2354.9341.0466.08
HexCC858B02320141632942
Octal314205213043402454351102
Binary1100110010000101100010110100011100000101001011000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC858B; }

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

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

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

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

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

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

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

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