#CBAB90

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

Shades of Cashmere #CBAB90

Tints of Cashmere #CBAB90

Color information

#CBAB90 (or 0xCBAB90) is unknown color: approx Cashmere. HEX triplet: CB, AB and 90. RGB value is (203,171,144). Sum of RGB (Red+Green+Blue) = 203+171+144=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB90 is #34546F. Grayscale: #B1B1B1. Windows color (decimal): -3429488 or 9481163. OLE color: 9481163.

HSL color Cylindrical-coordinate representation of color #CBAB90: hue angle of 27.46º 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 #CBAB90 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203171144-
CMYK00.160.290.20
HSL27.46º36.2%68.04%-
HSV(B)27.46º29.06%79.61%-
XYZ44.2343.8432.52-
YUV177.49109.1146.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=39.19%
G=33.01%
B=27.80%

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
Decimal20317114400.160.290.2027.4636.268.04
HexCBAB900101D141b2444
Octal31325322002035243344104
Binary1100101110101011100100000100001110110100110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB90; }

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

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

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

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

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

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

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

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