#CCAA9C

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

Shades of Eunry #CCAA9C

Tints of Eunry #CCAA9C

Color information

#CCAA9C (or 0xCCAA9C) is unknown color: approx Eunry. HEX triplet: CC, AA and 9C. RGB value is (204,170,156). Sum of RGB (Red+Green+Blue) = 204+170+156=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA9C is #335563. Grayscale: #B2B2B2. Windows color (decimal): -3364196 or 10267340. OLE color: 10267340.

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

Color convert

RGB204170156-
CMYK00.170.240.2
HSL17.5º32%70.59%-
HSV(B)17.5º23.53%80%-
XYZ45.2843.9937.56-
YUV178.57115.26146.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 156 (61.33% from 255) = 29.43%
R=38.49%
G=32.08%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417015600.170.240.217.53270.59
HexCCAA9C0111814122047
Octal31425223402130242240107
Binary1100110010101010100111000100011100010100100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA9C; }

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

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

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

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

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

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

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

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