#CCAA9E

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

Shades of Eunry #CCAA9E

Tints of Eunry #CCAA9E

Color information

#CCAA9E (or 0xCCAA9E) is unknown color: approx Eunry. HEX triplet: CC, AA and 9E. RGB value is (204,170,158). Sum of RGB (Red+Green+Blue) = 204+170+158=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA9E is #335561. Grayscale: #B2B2B2. Windows color (decimal): -3364194 or 10398412. OLE color: 10398412.

HSL color Cylindrical-coordinate representation of color #CCAA9E: hue angle of 15.65º degrees, saturation: 0.31, 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 #CCAA9E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204170158-
CMYK00.170.230.2
HSL15.65º31.08%70.98%-
HSV(B)15.65º22.55%80%-
XYZ45.4544.0638.46-
YUV178.8116.26145.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=38.35%
G=31.95%
B=29.70%

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
Decimal20417015800.170.230.215.6531.0870.98
HexCCAA9E0111714101f47
Octal31425223602127242037107
Binary110011001010101010011110010001101111010010000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAA9E; }

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

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

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

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

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

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

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

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