#CBA799

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

Shades of Eunry #CBA799

Tints of Eunry #CBA799

Color information

#CBA799 (or 0xCBA799) is unknown color: approx Eunry. HEX triplet: CB, A7 and 99. RGB value is (203,167,153). Sum of RGB (Red+Green+Blue) = 203+167+153=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA799 is #345866. Grayscale: #B0B0B0. Windows color (decimal): -3430503 or 10069963. OLE color: 10069963.

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

Color convert

RGB203167153-
CMYK00.180.250.20
HSL16.8º32.47%69.8%-
HSV(B)16.8º24.63%79.61%-
XYZ44.242.6336.04-
YUV176.17114.93147.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=38.81%
G=31.93%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316715300.180.250.2016.832.4769.8
HexCBA7990121914112046
Octal31324723102231242140106
Binary1100101110100111100110010100101100110100100011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA799; }

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

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

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

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

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

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

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

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