#CCA49B

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

Shades of Eunry #CCA49B

Tints of Eunry #CCA49B

Color information

#CCA49B (or 0xCCA49B) is unknown color: approx Eunry. HEX triplet: CC, A4 and 9B. RGB value is (204,164,155). Sum of RGB (Red+Green+Blue) = 204+164+155=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA49B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA49B is #335B64. Grayscale: #AFAFAF. Windows color (decimal): -3365733 or 10200268. OLE color: 10200268.

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

Color convert

RGB204164155-
CMYK00.200.240.2
HSL11.02º32.45%70.39%-
HSV(B)11.02º24.02%80%-
XYZ44.0941.7536.75-
YUV174.93116.75148.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 164 (64.45% from 255) = 31.36%
BLUE value IS 155 (60.94% from 255) = 29.64%
R=39.01%
G=31.36%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416415500.200.240.211.0232.4570.39
HexCCA49B0141814b2046
Octal31424423302430241340106
Binary110011001010010010011011010100110001010010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA49B; }

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

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

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

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

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

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

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

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