#CBA396

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

Shades of Eunry #CBA396

Tints of Eunry #CBA396

Color information

#CBA396 (or 0xCBA396) is unknown color: approx Eunry. HEX triplet: CB, A3 and 96. RGB value is (203,163,150). Sum of RGB (Red+Green+Blue) = 203+163+150=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA396 is #345C69. Grayscale: #ADADAD. Windows color (decimal): -3431530 or 9872331. OLE color: 9872331.

HSL color Cylindrical-coordinate representation of color #CBA396: hue angle of 14.72º degrees, saturation: 0.34, 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 #CBA396 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203163150-
CMYK00.200.260.20
HSL14.72º33.76%69.22%-
HSV(B)14.72º26.11%79.61%-
XYZ43.2341.0934.51-
YUV173.48114.75149.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=39.34%
G=31.59%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316315000.200.260.2014.7233.7669.22
HexCBA3960141A14f2245
Octal31324322602432241742105
Binary110010111010001110010110010100110101010011111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA396; }

 p { color: rgb(203,163,150); }

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

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

 a { background-color: rgb(203,163,150); }

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

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

 span { border-color: rgb(203,163,150); }

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