#CBA497

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

Shades of Eunry #CBA497

Tints of Eunry #CBA497

Color information

#CBA497 (or 0xCBA497) is unknown color: approx Eunry. HEX triplet: CB, A4 and 97. RGB value is (203,164,151). Sum of RGB (Red+Green+Blue) = 203+164+151=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA497 is #345B68. Grayscale: #AEAEAE. Windows color (decimal): -3431273 or 9938123. OLE color: 9938123.

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

Color convert

RGB203164151-
CMYK00.190.260.20
HSL15º33.33%69.41%-
HSV(B)15º25.62%79.61%-
XYZ43.4941.4834.99-
YUV174.18114.92148.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=39.19%
G=31.66%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316415100.190.260.201533.3369.41
HexCBA4970131A14f2145
Octal31324422702332241741105
Binary110010111010010010010111010011110101010011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA497; }

 p { color: rgb(203,164,151); }

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

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

 a { background-color: rgb(203,164,151); }

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

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

 span { border-color: rgb(203,164,151); }

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