#CCA99B

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

Shades of Eunry #CCA99B

Tints of Eunry #CCA99B

Color information

#CCA99B (or 0xCCA99B) is unknown color: approx Eunry. HEX triplet: CC, A9 and 9B. RGB value is (204,169,155). Sum of RGB (Red+Green+Blue) = 204+169+155=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA99B is #335664. Grayscale: #B1B1B1. Windows color (decimal): -3364453 or 10201548. OLE color: 10201548.

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

Color convert

RGB204169155-
CMYK00.170.240.2
HSL17.14º32.45%70.39%-
HSV(B)17.14º24.02%80%-
XYZ45.0143.5837.05-
YUV177.87115.1146.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=38.64%
G=32.01%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416915500.170.240.217.1432.4570.39
HexCCA99B0111814112046
Octal31425123302130242140106
Binary1100110010101001100110110100011100010100100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA99B; }

 p { color: rgb(204,169,155); }

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

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

 a { background-color: rgb(204,169,155); }

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

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

 span { border-color: rgb(204,169,155); }

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