#CBA59F

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

Shades of Eunry #CBA59F

Tints of Eunry #CBA59F

Color information

#CBA59F (or 0xCBA59F) is unknown color: approx Eunry. HEX triplet: CB, A5 and 9F. RGB value is (203,165,159). Sum of RGB (Red+Green+Blue) = 203+165+159=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA59F is #345A60. Grayscale: #AFAFAF. Windows color (decimal): -3431009 or 10462667. OLE color: 10462667.

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

Color convert

RGB203165159-
CMYK00.190.220.20
HSL8.18º29.73%70.98%-
HSV(B)8.18º21.67%79.61%-
XYZ44.3442.1138.59-
YUV175.68118.59147.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=38.52%
G=31.31%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316515900.190.220.208.1829.7370.98
HexCBA59F013161481e47
Octal31324523702326241036107
Binary11001011101001011001111101001110110101001000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA59F; }

 p { color: rgb(203,165,159); }

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

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

 a { background-color: rgb(203,165,159); }

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

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

 span { border-color: rgb(203,165,159); }

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