#CBAA97

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

Shades of Cashmere #CBAA97

Tints of Cashmere #CBAA97

Color information

#CBAA97 (or 0xCBAA97) is unknown color: approx Cashmere. HEX triplet: CB, AA and 97. RGB value is (203,170,151). Sum of RGB (Red+Green+Blue) = 203+170+151=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAA97 is #345568. Grayscale: #B1B1B1. Windows color (decimal): -3429737 or 9939659. OLE color: 9939659.

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

Color convert

RGB203170151-
CMYK00.160.260.20
HSL21.92º33.33%69.41%-
HSV(B)21.92º25.62%79.61%-
XYZ44.5943.6835.36-
YUV177.7112.93146.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=38.74%
G=32.44%
B=28.82%

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
Decimal20317015100.160.260.2021.9233.3369.41
HexCBAA970101A14162145
Octal31325222702032242641105
Binary1100101110101010100101110100001101010100101101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAA97; }

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

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

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

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

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

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

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

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