Shades of Twine #CB9C5A
Tints of Twine #CB9C5A
RGB
CMYK
RGB Variations
Color information
#CB9C5A (or 0xCB9C5A) is known color: Twine. HEX triplet: CB, 9C and 5A. RGB value is (203,156,90). Sum of RGB (Red+Green+Blue) = 203+156+90=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9C5A is #3463A5. Grayscale: #A2A2A2. Windows color (decimal): -3433382 or 5938379. OLE color: 5938379.
HSL color Cylindrical-coordinate representation of color #CB9C5A: hue angle of 35.04º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB9C5A is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 90 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.20 |
| HSL | 35.04º | 0.52% | 0.57% | - |
| HSV(B) | 35.04º | 0.56% | 0.8% | - |
| XYZ | 38.36 | 37.21 | 14.83 | - |
| YUV | 162.53 | 87.07 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 90 | 0 | 0.23 | 0.56 | 0.20 | 35.04 | 0.52 | 0.57 |
| Hex | CB | 9C | 5A | 0 | 17 | 38 | 14 | 23 | 34 | 39 |
| Octal | 313 | 234 | 132 | 0 | 27 | 70 | 24 | 43 | 64 | 71 |
| Binary | 11001011 | 10011100 | 1011010 | 0 | 10111 | 111000 | 10100 | 100011 | 110100 | 111001 |
Color Harmonies of #CB9C5A
Complementary color
Monochromatic Colors of #CB9C5A
Black with #CB9C5A
Text Example
Text Example
White with #CB9C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C5A; }
p { color: rgb(203,156,90); }
H1.HeaderClassName
{
color: #CB9C5A;
}
.AnyTagClassName
{
color: #CB9C5A;
}
</style>
background-color css
<style>
a { background-color: #CB9C5A; }
a { background-color: rgb(203,156,90); }
div.DivClassName
{
background-color: #CB9C5A;
}
.BgClassName
{
background-color: #CB9C5A;
}
</style>
border-color css
<style>
span { border-color: #CB9C5A; }
span { border-color: rgb(203,156,90); }
td.TdClassName
{
border-color: #CB9C5A;
}
.TagClassName
{
border-color: #CB9C5A;
}
</style>