#CBAB9D

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

Shades of Eunry #CBAB9D

Tints of Eunry #CBAB9D

Color information

#CBAB9D (or 0xCBAB9D) is unknown color: approx Eunry. HEX triplet: CB, AB and 9D. RGB value is (203,171,157). Sum of RGB (Red+Green+Blue) = 203+171+157=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB9D is #345462. Grayscale: #B3B3B3. Windows color (decimal): -3429475 or 10333131. OLE color: 10333131.

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

Color convert

RGB203171157-
CMYK00.160.230.20
HSL18.26º30.67%70.59%-
HSV(B)18.26º22.66%79.61%-
XYZ45.2844.2638.05-
YUV178.97115.6145.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=38.23%
G=32.20%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317115700.160.230.2018.2630.6770.59
HexCBAB9D0101714121f47
Octal31325323502027242237107
Binary110010111010101110011101010000101111010010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB9D; }

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

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

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

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

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

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

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

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