#CBAD93

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

Shades of Cashmere #CBAD93

Tints of Cashmere #CBAD93

Color information

#CBAD93 (or 0xCBAD93) is unknown color: approx Cashmere. HEX triplet: CB, AD and 93. RGB value is (203,173,147). Sum of RGB (Red+Green+Blue) = 203+173+147=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD93 is #34526C. Grayscale: #B3B3B3. Windows color (decimal): -3428973 or 9678283. OLE color: 9678283.

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

Color convert

RGB203173147-
CMYK00.150.280.20
HSL27.86º35%68.63%-
HSV(B)27.86º27.59%79.61%-
XYZ44.8444.6933.87-
YUV179.01109.94145.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 173 (67.97% from 255) = 33.08%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=38.81%
G=33.08%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317314700.150.280.2027.863568.63
HexCBAD930F1C141c2345
Octal31325522301734243443105
Binary110010111010110110010011011111110010100111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD93; }

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

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

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

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

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

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

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

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