#CBAD96

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

Shades of Cashmere #CBAD96

Tints of Cashmere #CBAD96

Color information

#CBAD96 (or 0xCBAD96) is unknown color: approx Cashmere. HEX triplet: CB, AD and 96. RGB value is (203,173,150). Sum of RGB (Red+Green+Blue) = 203+173+150=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD96 is #345269. Grayscale: #B3B3B3. Windows color (decimal): -3428970 or 9874891. OLE color: 9874891.

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

Color convert

RGB203173150-
CMYK00.150.260.20
HSL26.04º33.76%69.22%-
HSV(B)26.04º26.11%79.61%-
XYZ45.0844.7935.12-
YUV179.35111.44144.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.59%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=38.59%
G=32.89%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317315000.150.260.2026.0433.7669.22
HexCBAD960F1A141a2245
Octal31325522601732243242105
Binary110010111010110110010110011111101010100110101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD96; }

 p { color: rgb(203,173,150); }

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

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

 a { background-color: rgb(203,173,150); }

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

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

 span { border-color: rgb(203,173,150); }

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