Shades of Cashmere #CBAD90
Tints of Cashmere #CBAD90
RGB
CMYK
RGB Variations
Color information
#CBAD90 (or 0xCBAD90) is known color: Cashmere. HEX triplet: CB, AD and 90. RGB value is (203,173,144). Sum of RGB (Red+Green+Blue) = 203+173+144=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD90 is #34526F. Grayscale: #B2B2B2. Windows color (decimal): -3428976 or 9481675. OLE color: 9481675.
HSL color Cylindrical-coordinate representation of color #CBAD90: hue angle of 29.49º 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 #CBAD90 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 144 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.20 |
| HSL | 29.49º | 0.36% | 0.68% | - |
| HSV(B) | 29.49º | 0.29% | 0.8% | - |
| XYZ | 44.61 | 44.6 | 32.64 | - |
| YUV | 178.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 144 | 0 | 0.15 | 0.29 | 0.20 | 29.49 | 0.36 | 0.68 |
| Hex | CB | AD | 90 | 0 | F | 1D | 14 | 1D | 24 | 44 |
| Octal | 313 | 255 | 220 | 0 | 17 | 35 | 24 | 35 | 44 | 104 |
| Binary | 11001011 | 10101101 | 10010000 | 0 | 1111 | 11101 | 10100 | 11101 | 100100 | 1000100 |
Color Harmonies of #CBAD90
Complementary color
Monochromatic Colors of #CBAD90
Black with #CBAD90
Text Example
Text Example
White with #CBAD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAD90; }
p { color: rgb(203,173,144); }
H1.HeaderClassName
{
color: #CBAD90;
}
.AnyTagClassName
{
color: #CBAD90;
}
</style>
background-color css
<style>
a { background-color: #CBAD90; }
a { background-color: rgb(203,173,144); }
div.DivClassName
{
background-color: #CBAD90;
}
.BgClassName
{
background-color: #CBAD90;
}
</style>
border-color css
<style>
span { border-color: #CBAD90; }
span { border-color: rgb(203,173,144); }
td.TdClassName
{
border-color: #CBAD90;
}
.TagClassName
{
border-color: #CBAD90;
}
</style>