#CC8A99

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

Shades of Puce #CC8A99

Tints of Puce #CC8A99

Color information

#CC8A99 (or 0xCC8A99) is unknown color: approx Puce. HEX triplet: CC, 8A and 99. RGB value is (204,138,153). Sum of RGB (Red+Green+Blue) = 204+138+153=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8A99 is #337566. Grayscale: #9F9F9F. Windows color (decimal): -3372391 or 10062540. OLE color: 10062540.

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

Color convert

RGB204138153-
CMYK00.320.250.2
HSL346.36º39.29%67.06%-
HSV(B)346.36º32.35%80%-
XYZ39.7433.3134.47-
YUV159.44124.37159.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=41.21%
G=27.88%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413815300.320.250.2346.3639.2967.06
HexCC8A99020191415a2743
Octal314212231040312453247103
Binary110011001000101010011001010000011001101001010110101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A99; }

 p { color: rgb(204,138,153); }

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

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

 a { background-color: rgb(204,138,153); }

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

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

 span { border-color: rgb(204,138,153); }

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