#ccaa99

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

Shades of Eunry #CCAA99

Tints of Eunry #CCAA99

Color information

#CCAA99 (or 0xCCAA99) is unknown color: approx Eunry. HEX triplet: CC, AA and 99. RGB value is (204,170,153). Sum of RGB (Red+Green+Blue) = 204+170+153=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA99 is #335566. Grayscale: #B2B2B2. Windows color (decimal): -3364199 or 10070732. OLE color: 10070732.

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

Color convert

RGB204170153-
CMYK00.170.250.2
HSL20º33.33%70%-
HSV(B)20º25%80%-
XYZ45.0343.8936.23-
YUV178.23113.76146.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=38.71%
G=32.26%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417015300.170.250.22033.3370
HexCCAA990111914142146
Octal31425223102131242441106
Binary1100110010101010100110010100011100110100101001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccaa99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccaa99; }

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

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

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

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

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

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

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

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