#CBAD91

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

Shades of Cashmere #CBAD91

Tints of Cashmere #CBAD91

Color information

#CBAD91 (or 0xCBAD91) is unknown color: approx Cashmere. HEX triplet: CB, AD and 91. RGB value is (203,173,145). Sum of RGB (Red+Green+Blue) = 203+173+145=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD91 is #34526E. Grayscale: #B2B2B2. Windows color (decimal): -3428975 or 9547211. OLE color: 9547211.

HSL color Cylindrical-coordinate representation of color #CBAD91: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBAD91 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB203173145-
CMYK00.150.290.20
HSL28.97º35.8%68.24%-
HSV(B)28.97º28.57%79.61%-
XYZ44.6844.6333.05-
YUV178.78108.94145.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 145 (57.03% from 255) = 27.83%
R=38.96%
G=33.21%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317314500.150.290.2028.9735.868.24
HexCBAD910F1D141d2444
Octal31325522101735243544104
Binary110010111010110110010001011111110110100111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD91; }

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

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

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

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

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

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

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

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