#CCA99E

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

Shades of Eunry #CCA99E

Tints of Eunry #CCA99E

Color information

#CCA99E (or 0xCCA99E) is unknown color: approx Eunry. HEX triplet: CC, A9 and 9E. RGB value is (204,169,158). Sum of RGB (Red+Green+Blue) = 204+169+158=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA99E is #335661. Grayscale: #B2B2B2. Windows color (decimal): -3364450 or 10398156. OLE color: 10398156.

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

Color convert

RGB204169158-
CMYK00.170.230.2
HSL14.35º31.08%70.98%-
HSV(B)14.35º22.55%80%-
XYZ45.2643.6838.39-
YUV178.21116.6146.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=38.42%
G=31.83%
B=29.76%

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
Decimal20416915800.170.230.214.3531.0870.98
HexCCA99E0111714e1f47
Octal31425123602127241637107
Binary11001100101010011001111001000110111101001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA99E; }

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

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

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

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

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

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

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

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