#CCAA9D

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

Shades of Eunry #CCAA9D

Tints of Eunry #CCAA9D

Color information

#CCAA9D (or 0xCCAA9D) is unknown color: approx Eunry. HEX triplet: CC, AA and 9D. RGB value is (204,170,157). Sum of RGB (Red+Green+Blue) = 204+170+157=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA9D is #335562. Grayscale: #B2B2B2. Windows color (decimal): -3364195 or 10332876. OLE color: 10332876.

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

Color convert

RGB204170157-
CMYK00.170.230.2
HSL16.6º31.54%70.78%-
HSV(B)16.6º23.04%80%-
XYZ45.3644.0238-
YUV178.68115.76146.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=38.42%
G=32.02%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417015700.170.230.216.631.5470.78
HexCCAA9D0111714112047
Octal31425223502127242140107
Binary1100110010101010100111010100011011110100100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA9D; }

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

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

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

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

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

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

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

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