#CBA199

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

Shades of Eunry #CBA199

Tints of Eunry #CBA199

Color information

#CBA199 (or 0xCBA199) is unknown color: approx Eunry. HEX triplet: CB, A1 and 99. RGB value is (203,161,153). Sum of RGB (Red+Green+Blue) = 203+161+153=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA199 is #345E66. Grayscale: #ACACAC. Windows color (decimal): -3432039 or 10068427. OLE color: 10068427.

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

Color convert

RGB203161153-
CMYK00.210.250.20
HSL9.6º32.47%69.8%-
HSV(B)9.6º24.63%79.61%-
XYZ43.1240.4935.68-
YUV172.65116.91149.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 29.59%
R=39.26%
G=31.14%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316115300.210.250.209.632.4769.8
HexCBA1990151914a2046
Octal31324123102531241240106
Binary110010111010000110011001010101110011010010101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA199; }

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

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

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

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

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

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

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

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