#CCA499

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

Shades of Eunry #CCA499

Tints of Eunry #CCA499

Color information

#CCA499 (or 0xCCA499) is unknown color: approx Eunry. HEX triplet: CC, A4 and 99. RGB value is (204,164,153). Sum of RGB (Red+Green+Blue) = 204+164+153=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA499 is #335B66. Grayscale: #AEAEAE. Windows color (decimal): -3365735 or 10069196. OLE color: 10069196.

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

Color convert

RGB204164153-
CMYK00.200.250.2
HSL12.94º33.33%70%-
HSV(B)12.94º25%80%-
XYZ43.9341.6935.87-
YUV174.71115.75148.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=39.16%
G=31.48%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416415300.200.250.212.9433.3370
HexCCA4990141914d2146
Octal31424423102431241541106
Binary110011001010010010011001010100110011010011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA499; }

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

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

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

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

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

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

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

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