#CBA196

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

Shades of Eunry #CBA196

Tints of Eunry #CBA196

Color information

#CBA196 (or 0xCBA196) is unknown color: approx Eunry. HEX triplet: CB, A1 and 96. RGB value is (203,161,150). Sum of RGB (Red+Green+Blue) = 203+161+150=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA196 is #345E69. Grayscale: #ACACAC. Windows color (decimal): -3432042 or 9871819. OLE color: 9871819.

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

Color convert

RGB203161150-
CMYK00.210.260.20
HSL12.45º33.76%69.22%-
HSV(B)12.45º26.11%79.61%-
XYZ42.8840.3934.39-
YUV172.3115.41149.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 150 (58.98% from 255) = 29.18%
R=39.49%
G=31.32%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316115000.210.260.2012.4533.7669.22
HexCBA1960151A14c2245
Octal31324122602532241442105
Binary110010111010000110010110010101110101010011001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA196; }

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

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

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

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

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

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

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

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