#CCA49D

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

Shades of Eunry #CCA49D

Tints of Eunry #CCA49D

Color information

#CCA49D (or 0xCCA49D) is unknown color: approx Eunry. HEX triplet: CC, A4 and 9D. RGB value is (204,164,157). Sum of RGB (Red+Green+Blue) = 204+164+157=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49D is #335B62. Grayscale: #AFAFAF. Windows color (decimal): -3365731 or 10331340. OLE color: 10331340.

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

Color convert

RGB204164157-
CMYK00.200.230.2
HSL8.94º31.54%70.78%-
HSV(B)8.94º23.04%80%-
XYZ44.2641.8237.64-
YUV175.16117.75148.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 157 (61.72% from 255) = 29.90%
R=38.86%
G=31.24%
B=29.90%

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
Decimal20416415700.200.230.28.9431.5470.78
HexCCA49D014171492047
Octal31424423502427241140107
Binary110011001010010010011101010100101111010010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA49D; }

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

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

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

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

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

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

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

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