#CC859A

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

Shades of Puce #CC859A

Tints of Puce #CC859A

Color information

#CC859A (or 0xCC859A) is unknown color: approx Puce. HEX triplet: CC, 85 and 9A. RGB value is (204,133,154). Sum of RGB (Red+Green+Blue) = 204+133+154=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC859A is #337A65. Grayscale: #9C9C9C. Windows color (decimal): -3373670 or 10126796. OLE color: 10126796.

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

Color convert

RGB204133154-
CMYK00.350.250.2
HSL342.25º41.04%66.08%-
HSV(B)342.25º34.8%80%-
XYZ39.1231.9534.68-
YUV156.62126.52161.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=41.55%
G=27.09%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413315400.350.250.2342.2541.0466.08
HexCC859A02319141562942
Octal314205232043312452651102
Binary110011001000010110011010010001111001101001010101101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC859A; }

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

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

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

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

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

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

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

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