#CCAAA5

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

Shades of Eunry #CCAAA5

Tints of Eunry #CCAAA5

Color information

#CCAAA5 (or 0xCCAAA5) is unknown color: approx Eunry. HEX triplet: CC, AA and A5. RGB value is (204,170,165). Sum of RGB (Red+Green+Blue) = 204+170+165=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA5 is #33555A. Grayscale: #B3B3B3. Windows color (decimal): -3364187 or 10857164. OLE color: 10857164.

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

Color convert

RGB204170165-
CMYK00.170.190.2
HSL7.69º27.66%72.35%-
HSV(B)7.69º19.12%80%-
XYZ46.0744.341.72-
YUV179.6119.76145.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=37.85%
G=31.54%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417016500.170.190.27.6927.6672.35
HexCCAAA5011131481c48
Octal31425224502123241034110
Binary11001100101010101010010101000110011101001000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAA5; }

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

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

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

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

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

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

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

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