#CC8C96

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

Shades of Puce #CC8C96

Tints of Puce #CC8C96

Color information

#CC8C96 (or 0xCC8C96) is unknown color: approx Puce. HEX triplet: CC, 8C and 96. RGB value is (204,140,150). Sum of RGB (Red+Green+Blue) = 204+140+150=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8C96 is #337369. Grayscale: #A0A0A0. Windows color (decimal): -3371882 or 9866444. OLE color: 9866444.

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

Color convert

RGB204140150-
CMYK00.310.260.2
HSL350.62º38.55%67.45%-
HSV(B)350.62º31.37%80%-
XYZ39.7833.833.28-
YUV160.28122.2159.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.30%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=41.30%
G=28.34%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414015000.310.260.2350.6238.5567.45
HexCC8C9601F1A1415f2743
Octal314214226037322453747103
Binary11001100100011001001011001111111010101001010111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8C96; }

 p { color: rgb(204,140,150); }

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

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

 a { background-color: rgb(204,140,150); }

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

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

 span { border-color: rgb(204,140,150); }

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