Shades of Twine #CB9952
Tints of Twine #CB9952
RGB
CMYK
RGB Variations
Color information
#CB9952 (or 0xCB9952) is known color: Twine. HEX triplet: CB, 99 and 52. RGB value is (203,153,82). Sum of RGB (Red+Green+Blue) = 203+153+82=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9952 is #3466AD. Grayscale: #A0A0A0. Windows color (decimal): -3434158 or 5413323. OLE color: 5413323.
HSL color Cylindrical-coordinate representation of color #CB9952: hue angle of 35.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 #CB9952 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 82 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.20 |
| HSL | 35.21º | 0.54% | 0.56% | - |
| HSV(B) | 35.21º | 0.6% | 0.8% | - |
| XYZ | 37.54 | 36.09 | 12.97 | - |
| YUV | 159.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 82 | 0 | 0.25 | 0.60 | 0.20 | 35.21 | 0.54 | 0.56 |
| Hex | CB | 99 | 52 | 0 | 19 | 3C | 14 | 23 | 36 | 38 |
| Octal | 313 | 231 | 122 | 0 | 31 | 74 | 24 | 43 | 66 | 70 |
| Binary | 11001011 | 10011001 | 1010010 | 0 | 11001 | 111100 | 10100 | 100011 | 110110 | 111000 |
Color Harmonies of #CB9952
Complementary color
Monochromatic Colors of #CB9952
Black with #CB9952
Text Example
Text Example
White with #CB9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9952; }
p { color: rgb(203,153,82); }
H1.HeaderClassName
{
color: #CB9952;
}
.AnyTagClassName
{
color: #CB9952;
}
</style>
background-color css
<style>
a { background-color: #CB9952; }
a { background-color: rgb(203,153,82); }
div.DivClassName
{
background-color: #CB9952;
}
.BgClassName
{
background-color: #CB9952;
}
</style>
border-color css
<style>
span { border-color: #CB9952; }
span { border-color: rgb(203,153,82); }
td.TdClassName
{
border-color: #CB9952;
}
.TagClassName
{
border-color: #CB9952;
}
</style>