#CBAB93

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

Shades of Cashmere #CBAB93

Tints of Cashmere #CBAB93

Color information

#CBAB93 (or 0xCBAB93) is unknown color: approx Cashmere. HEX triplet: CB, AB and 93. RGB value is (203,171,147). Sum of RGB (Red+Green+Blue) = 203+171+147=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB93 is #34546C. Grayscale: #B1B1B1. Windows color (decimal): -3429485 or 9677771. OLE color: 9677771.

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

Color convert

RGB203171147-
CMYK00.160.280.20
HSL25.71º35%68.63%-
HSV(B)25.71º27.59%79.61%-
XYZ44.4643.9333.74-
YUV177.83110.6145.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=38.96%
G=32.82%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317114700.160.280.2025.713568.63
HexCBAB930101C141a2345
Octal31325322302034243243105
Binary1100101110101011100100110100001110010100110101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB93; }

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

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

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

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

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

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

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

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