#CBAB9A

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

Shades of Cashmere #CBAB9A

Tints of Cashmere #CBAB9A

Color information

#CBAB9A (or 0xCBAB9A) is unknown color: approx Cashmere. HEX triplet: CB, AB and 9A. RGB value is (203,171,154). Sum of RGB (Red+Green+Blue) = 203+171+154=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB9A is #345465. Grayscale: #B2B2B2. Windows color (decimal): -3429478 or 10136523. OLE color: 10136523.

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

Color convert

RGB203171154-
CMYK00.160.240.20
HSL20.82º32.03%70%-
HSV(B)20.82º24.14%79.61%-
XYZ45.0244.1636.72-
YUV178.63114.1145.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.45%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=38.45%
G=32.39%
B=29.17%

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
Decimal20317115400.160.240.2020.8232.0370
HexCBAB9A0101814152046
Octal31325323202030242540106
Binary1100101110101011100110100100001100010100101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB9A; }

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

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

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

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

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

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

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

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