#CBA59C

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

Shades of Eunry #CBA59C

Tints of Eunry #CBA59C

Color information

#CBA59C (or 0xCBA59C) is unknown color: approx Eunry. HEX triplet: CB, A5 and 9C. RGB value is (203,165,156). Sum of RGB (Red+Green+Blue) = 203+165+156=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA59C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA59C is #345A63. Grayscale: #AFAFAF. Windows color (decimal): -3431012 or 10266059. OLE color: 10266059.

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

Color convert

RGB203165156-
CMYK00.190.230.20
HSL11.49º31.13%70.39%-
HSV(B)11.49º23.15%79.61%-
XYZ44.0842.0137.24-
YUV175.34117.09147.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=38.74%
G=31.49%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316515600.190.230.2011.4931.1370.39
HexCBA59C0131714b1f46
Octal31324523402327241337106
Binary11001011101001011001110001001110111101001011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA59C; }

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

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

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

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

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

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

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

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