#CC8993

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

Shades of Puce #CC8993

Tints of Puce #CC8993

Color information

#CC8993 (or 0xCC8993) is unknown color: approx Puce. HEX triplet: CC, 89 and 93. RGB value is (204,137,147). Sum of RGB (Red+Green+Blue) = 204+137+147=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8993 is #33766C. Grayscale: #9E9E9E. Windows color (decimal): -3372653 or 9669068. OLE color: 9669068.

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

Color convert

RGB204137147-
CMYK00.330.280.2
HSL351.04º39.64%66.86%-
HSV(B)351.04º32.84%80%-
XYZ39.1132.8431.88-
YUV158.17121.7160.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 147 (57.81% from 255) = 30.12%
R=41.80%
G=28.07%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413714700.330.280.2351.0439.6466.86
HexCC89930211C1415f2843
Octal314211223041342453750103
Binary110011001000100110010011010000111100101001010111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8993; }

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

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

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

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

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

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

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

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