#CC8492

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

Shades of Puce #CC8492

Tints of Puce #CC8492

Color information

#CC8492 (or 0xCC8492) is unknown color: approx Puce. HEX triplet: CC, 84 and 92. RGB value is (204,132,146). Sum of RGB (Red+Green+Blue) = 204+132+146=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8492 is #337B6D. Grayscale: #9B9B9B. Windows color (decimal): -3373934 or 9602252. OLE color: 9602252.

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

Color convert

RGB204132146-
CMYK00.350.280.2
HSL348.33º41.38%65.88%-
HSV(B)348.33º35.29%80%-
XYZ38.3431.4231.24-
YUV155.12122.85162.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 132 (51.95% from 255) = 27.39%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=42.32%
G=27.39%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413214600.350.280.2348.3341.3865.88
HexCC84920231C1415c2942
Octal314204222043342453451102
Binary110011001000010010010010010001111100101001010111001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8492; }

 p { color: rgb(204,132,146); }

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

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

 a { background-color: rgb(204,132,146); }

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

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

 span { border-color: rgb(204,132,146); }

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