Shades of Twine #CB9153
Tints of Twine #CB9153
RGB
CMYK
RGB Variations
Color information
#CB9153 (or 0xCB9153) is known color: Twine. HEX triplet: CB, 91 and 53. RGB value is (203,145,83). Sum of RGB (Red+Green+Blue) = 203+145+83=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9153 is #346EAC. Grayscale: #9B9B9B. Windows color (decimal): -3436205 or 5476811. OLE color: 5476811.
HSL color Cylindrical-coordinate representation of color #CB9153: hue angle of 31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB9153 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 83 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.20 |
| HSL | 31º | 0.54% | 0.56% | - |
| HSV(B) | 31º | 0.59% | 0.8% | - |
| XYZ | 36.32 | 33.57 | 12.75 | - |
| YUV | 155.27 | 87.22 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 83 | 0 | 0.29 | 0.59 | 0.20 | 31 | 0.54 | 0.56 |
| Hex | CB | 91 | 53 | 0 | 1D | 3B | 14 | 1F | 36 | 38 |
| Octal | 313 | 221 | 123 | 0 | 35 | 73 | 24 | 37 | 66 | 70 |
| Binary | 11001011 | 10010001 | 1010011 | 0 | 11101 | 111011 | 10100 | 11111 | 110110 | 111000 |
Color Harmonies of #CB9153
Complementary color
Monochromatic Colors of #CB9153
Black with #CB9153
Text Example
Text Example
White with #CB9153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9153; }
p { color: rgb(203,145,83); }
H1.HeaderClassName
{
color: #CB9153;
}
.AnyTagClassName
{
color: #CB9153;
}
</style>
background-color css
<style>
a { background-color: #CB9153; }
a { background-color: rgb(203,145,83); }
div.DivClassName
{
background-color: #CB9153;
}
.BgClassName
{
background-color: #CB9153;
}
</style>
border-color css
<style>
span { border-color: #CB9153; }
span { border-color: rgb(203,145,83); }
td.TdClassName
{
border-color: #CB9153;
}
.TagClassName
{
border-color: #CB9153;
}
</style>