#CCA099

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

Shades of Eunry #CCA099

Tints of Eunry #CCA099

Color information

#CCA099 (or 0xCCA099) is unknown color: approx Eunry. HEX triplet: CC, A0 and 99. RGB value is (204,160,153). Sum of RGB (Red+Green+Blue) = 204+160+153=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA099 is #335F66. Grayscale: #ACACAC. Windows color (decimal): -3366759 or 10068172. OLE color: 10068172.

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

Color convert

RGB204160153-
CMYK00.220.250.2
HSL8.24º33.33%70%-
HSV(B)8.24º25%80%-
XYZ43.2240.2835.63-
YUV172.36117.08150.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=39.46%
G=30.95%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416015300.220.250.28.2433.3370
HexCCA099016191482146
Octal31424023102631241041106
Binary110011001010000010011001010110110011010010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA099; }

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

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

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

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

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

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

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

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