#CC81AA

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

Shades of Puce #CC81AA

Tints of Puce #CC81AA

Color information

#CC81AA (or 0xCC81AA) is unknown color: approx Puce. HEX triplet: CC, 81 and AA. RGB value is (204,129,170). Sum of RGB (Red+Green+Blue) = 204+129+170=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC81AA is #337E55. Grayscale: #9C9C9C. Windows color (decimal): -3374678 or 11174348. OLE color: 11174348.

HSL color Cylindrical-coordinate representation of color #CC81AA: hue angle of 327.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81AA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204129170-
CMYK00.370.170.2
HSL327.2º42.37%65.29%-
HSV(B)327.2º36.76%80%-
XYZ40.0131.4441.99-
YUV156.1135.85162.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=40.56%
G=25.65%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412917000.370.170.2327.242.3765.29
HexCC81AA02511141472a41
Octal314201252045212450752101
Binary110011001000000110101010010010110001101001010001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81AA; }

 p { color: rgb(204,129,170); }

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

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

 a { background-color: rgb(204,129,170); }

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

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

 span { border-color: rgb(204,129,170); }

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