Shades of Twine #CB9752
Tints of Twine #CB9752
RGB
CMYK
RGB Variations
Color information
#CB9752 (or 0xCB9752) is known color: Twine. HEX triplet: CB, 97 and 52. RGB value is (203,151,82). Sum of RGB (Red+Green+Blue) = 203+151+82=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9752 is #3468AD. Grayscale: #9F9F9F. Windows color (decimal): -3434670 or 5412811. OLE color: 5412811.
HSL color Cylindrical-coordinate representation of color #CB9752: hue angle of 34.21º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB9752 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 82 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.20 |
| HSL | 34.21º | 0.54% | 0.56% | - |
| HSV(B) | 34.21º | 0.6% | 0.8% | - |
| XYZ | 37.22 | 35.44 | 12.86 | - |
| YUV | 158.68 | 84.73 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 82 | 0 | 0.26 | 0.60 | 0.20 | 34.21 | 0.54 | 0.56 |
| Hex | CB | 97 | 52 | 0 | 1A | 3C | 14 | 22 | 36 | 38 |
| Octal | 313 | 227 | 122 | 0 | 32 | 74 | 24 | 42 | 66 | 70 |
| Binary | 11001011 | 10010111 | 1010010 | 0 | 11010 | 111100 | 10100 | 100010 | 110110 | 111000 |
Color Harmonies of #CB9752
Complementary color
Monochromatic Colors of #CB9752
Black with #CB9752
Text Example
Text Example
White with #CB9752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9752; }
p { color: rgb(203,151,82); }
H1.HeaderClassName
{
color: #CB9752;
}
.AnyTagClassName
{
color: #CB9752;
}
</style>
background-color css
<style>
a { background-color: #CB9752; }
a { background-color: rgb(203,151,82); }
div.DivClassName
{
background-color: #CB9752;
}
.BgClassName
{
background-color: #CB9752;
}
</style>
border-color css
<style>
span { border-color: #CB9752; }
span { border-color: rgb(203,151,82); }
td.TdClassName
{
border-color: #CB9752;
}
.TagClassName
{
border-color: #CB9752;
}
</style>