#CCAAA6

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

Shades of Eunry #CCAAA6

Tints of Eunry #CCAAA6

Color information

#CCAAA6 (or 0xCCAAA6) is unknown color: approx Eunry. HEX triplet: CC, AA and A6. RGB value is (204,170,166). Sum of RGB (Red+Green+Blue) = 204+170+166=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAA6 is #335559. Grayscale: #B3B3B3. Windows color (decimal): -3364186 or 10922700. OLE color: 10922700.

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

Color convert

RGB204170166-
CMYK00.170.190.2
HSL6.32º27.14%72.55%-
HSV(B)6.32º18.63%80%-
XYZ46.1644.3442.2-
YUV179.71120.26145.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=37.78%
G=31.48%
B=30.74%

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
Decimal20417016600.170.190.26.3227.1472.55
HexCCAAA6011131461b49
Octal3142522460212324633111
Binary1100110010101010101001100100011001110100110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAA6; }

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

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

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

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

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

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

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

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