#CC8D93

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

Shades of Puce #CC8D93

Tints of Puce #CC8D93

Color information

#CC8D93 (or 0xCC8D93) is unknown color: approx Puce. HEX triplet: CC, 8D and 93. RGB value is (204,141,147). Sum of RGB (Red+Green+Blue) = 204+141+147=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D93 is #33726C. Grayscale: #A0A0A0. Windows color (decimal): -3371629 or 9670092. OLE color: 9670092.

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

Color convert

RGB204141147-
CMYK00.310.280.2
HSL354.29º38.18%67.65%-
HSV(B)354.29º30.88%80%-
XYZ39.6933.9932.07-
YUV160.52120.37159.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=41.46%
G=28.66%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414114700.310.280.2354.2938.1867.65
HexCC8D9301F1C141622644
Octal314215223037342454246104
Binary11001100100011011001001101111111100101001011000101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D93; }

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

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

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

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

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

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

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

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