#CCA199

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

Shades of Eunry #CCA199

Tints of Eunry #CCA199

Color information

#CCA199 (or 0xCCA199) is unknown color: approx Eunry. HEX triplet: CC, A1 and 99. RGB value is (204,161,153). Sum of RGB (Red+Green+Blue) = 204+161+153=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA199 is #335E66. Grayscale: #ADADAD. Windows color (decimal): -3366503 or 10068428. OLE color: 10068428.

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

Color convert

RGB204161153-
CMYK00.210.250.2
HSL9.41º33.33%70%-
HSV(B)9.41º25%80%-
XYZ43.440.6335.69-
YUV172.94116.75150.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=39.38%
G=31.08%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416115300.210.250.29.4133.3370
HexCCA199015191492146
Octal31424123102531241141106
Binary110011001010000110011001010101110011010010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA199; }

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

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

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

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

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

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

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

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