#CC8392

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

Shades of Puce #CC8392

Tints of Puce #CC8392

Color information

#CC8392 (or 0xCC8392) is unknown color: approx Puce. HEX triplet: CC, 83 and 92. RGB value is (204,131,146). Sum of RGB (Red+Green+Blue) = 204+131+146=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8392 is #337C6D. Grayscale: #9A9A9A. Windows color (decimal): -3374190 or 9601996. OLE color: 9601996.

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

Color convert

RGB204131146-
CMYK00.360.280.2
HSL347.67º41.71%65.69%-
HSV(B)347.67º35.78%80%-
XYZ38.2131.1531.19-
YUV154.54123.18163.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=42.41%
G=27.23%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413114600.360.280.2347.6741.7165.69
HexCC83920241C1415c2a42
Octal314203222044342453452102
Binary110011001000001110010010010010011100101001010111001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8392; }

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

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

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

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

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

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

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

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