#CCA097

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

Shades of Eunry #CCA097

Tints of Eunry #CCA097

Color information

#CCA097 (or 0xCCA097) is unknown color: approx Eunry. HEX triplet: CC, A0 and 97. RGB value is (204,160,151). Sum of RGB (Red+Green+Blue) = 204+160+151=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA097 is #335F68. Grayscale: #ACACAC. Windows color (decimal): -3366761 or 9937100. OLE color: 9937100.

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

Color convert

RGB204160151-
CMYK00.220.260.2
HSL10.19º34.19%69.61%-
HSV(B)10.19º25.98%80%-
XYZ43.0640.2134.77-
YUV172.13116.08150.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.61%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 151 (59.38% from 255) = 29.32%
R=39.61%
G=31.07%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416015100.220.260.210.1934.1969.61
HexCCA0970161A14a2246
Octal31424022702632241242106
Binary110011001010000010010111010110110101010010101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA097; }

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

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

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

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

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

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

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

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