#CBAB97

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

Shades of Cashmere #CBAB97

Tints of Cashmere #CBAB97

Color information

#CBAB97 (or 0xCBAB97) is unknown color: approx Cashmere. HEX triplet: CB, AB and 97. RGB value is (203,171,151). Sum of RGB (Red+Green+Blue) = 203+171+151=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAB97 is #345468. Grayscale: #B2B2B2. Windows color (decimal): -3429481 or 9939915. OLE color: 9939915.

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

Color convert

RGB203171151-
CMYK00.160.260.20
HSL23.08º33.33%69.41%-
HSV(B)23.08º25.62%79.61%-
XYZ44.7844.0635.42-
YUV178.29112.6145.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=38.67%
G=32.57%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317115100.160.260.2023.0833.3369.41
HexCBAB970101A14172145
Octal31325322702032242741105
Binary1100101110101011100101110100001101010100101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB97; }

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

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

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

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

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

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

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

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