#CC8393

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

Shades of Puce #CC8393

Tints of Puce #CC8393

Color information

#CC8393 (or 0xCC8393) is unknown color: approx Puce. HEX triplet: CC, 83 and 93. RGB value is (204,131,147). Sum of RGB (Red+Green+Blue) = 204+131+147=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8393 is #337C6C. Grayscale: #9A9A9A. Windows color (decimal): -3374189 or 9667532. OLE color: 9667532.

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

Color convert

RGB204131147-
CMYK00.360.280.2
HSL346.85º41.71%65.69%-
HSV(B)346.85º35.78%80%-
XYZ38.2831.1831.6-
YUV154.65123.68163.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=42.32%
G=27.18%
B=30.50%

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
Decimal20413114700.360.280.2346.8541.7165.69
HexCC83930241C1415b2a42
Octal314203223044342453352102
Binary110011001000001110010011010010011100101001010110111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8393; }

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

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

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

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

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

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

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

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