#CBAB91

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

Shades of Cashmere #CBAB91

Tints of Cashmere #CBAB91

Color information

#CBAB91 (or 0xCBAB91) is unknown color: approx Cashmere. HEX triplet: CB, AB and 91. RGB value is (203,171,145). Sum of RGB (Red+Green+Blue) = 203+171+145=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB91 is #34546E. Grayscale: #B1B1B1. Windows color (decimal): -3429487 or 9546699. OLE color: 9546699.

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

Color convert

RGB203171145-
CMYK00.160.290.20
HSL26.9º35.8%68.24%-
HSV(B)26.9º28.57%79.61%-
XYZ44.343.8732.92-
YUV177.6109.6146.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 145 (57.03% from 255) = 27.94%
R=39.11%
G=32.95%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317114500.160.290.2026.935.868.24
HexCBAB910101D141b2444
Octal31325322102035243344104
Binary1100101110101011100100010100001110110100110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB91; }

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

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

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

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

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

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

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

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