#CBAB9B

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

Shades of Eunry #CBAB9B

Tints of Eunry #CBAB9B

Color information

#CBAB9B (or 0xCBAB9B) is unknown color: approx Eunry. HEX triplet: CB, AB and 9B. RGB value is (203,171,155). Sum of RGB (Red+Green+Blue) = 203+171+155=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB9B is #345464. Grayscale: #B2B2B2. Windows color (decimal): -3429477 or 10202059. OLE color: 10202059.

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

Color convert

RGB203171155-
CMYK00.160.240.20
HSL20º31.58%70.2%-
HSV(B)20º23.65%79.61%-
XYZ45.1144.1937.16-
YUV178.74114.6145.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=38.37%
G=32.33%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317115500.160.240.202031.5870.2
HexCBAB9B0101814142046
Octal31325323302030242440106
Binary1100101110101011100110110100001100010100101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB9B; }

 p { color: rgb(203,171,155); }

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

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

 a { background-color: rgb(203,171,155); }

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

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

 span { border-color: rgb(203,171,155); }

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