#CC8D95

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

Shades of Puce #CC8D95

Tints of Puce #CC8D95

Color information

#CC8D95 (or 0xCC8D95) is unknown color: approx Puce. HEX triplet: CC, 8D and 95. RGB value is (204,141,149). Sum of RGB (Red+Green+Blue) = 204+141+149=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D95 is #33726A. Grayscale: #A0A0A0. Windows color (decimal): -3371627 or 9801164. OLE color: 9801164.

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

Color convert

RGB204141149-
CMYK00.310.270.2
HSL352.38º38.18%67.65%-
HSV(B)352.38º30.88%80%-
XYZ39.8534.0632.91-
YUV160.75121.37158.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=41.30%
G=28.54%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414114900.310.270.2352.3838.1867.65
HexCC8D9501F1B141602644
Octal314215225037332454046104
Binary11001100100011011001010101111111011101001011000001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D95; }

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

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

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

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

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

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

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

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