#CCA49E

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

Shades of Eunry #CCA49E

Tints of Eunry #CCA49E

Color information

#CCA49E (or 0xCCA49E) is unknown color: approx Eunry. HEX triplet: CC, A4 and 9E. RGB value is (204,164,158). Sum of RGB (Red+Green+Blue) = 204+164+158=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49E is #335B61. Grayscale: #AFAFAF. Windows color (decimal): -3365730 or 10396876. OLE color: 10396876.

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

Color convert

RGB204164158-
CMYK00.200.230.2
HSL7.83º31.08%70.98%-
HSV(B)7.83º22.55%80%-
XYZ44.3541.8638.09-
YUV175.28118.25148.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=38.78%
G=31.18%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416415800.200.230.27.8331.0870.98
HexCCA49E014171481f47
Octal31424423602427241037107
Binary11001100101001001001111001010010111101001000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA49E; }

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

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

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

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

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

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

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

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