Shades of Twine #C99952
Tints of Twine #C99952
RGB
CMYK
RGB Variations
Color information
#C99952 (or 0xC99952) is known color: Twine. HEX triplet: C9, 99 and 52. RGB value is (201,153,82). Sum of RGB (Red+Green+Blue) = 201+153+82=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C99952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99952 is #3666AD. Grayscale: #9F9F9F. Windows color (decimal): -3565230 or 5413321. OLE color: 5413321.
HSL color Cylindrical-coordinate representation of color #C99952: hue angle of 35.8º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C99952 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 82 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.21 |
| HSL | 35.8º | 0.52% | 0.55% | - |
| HSV(B) | 35.8º | 0.59% | 0.79% | - |
| XYZ | 37 | 35.81 | 12.94 | - |
| YUV | 159.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 82 | 0 | 0.24 | 0.59 | 0.21 | 35.8 | 0.52 | 0.55 |
| Hex | C9 | 99 | 52 | 0 | 18 | 3B | 15 | 24 | 34 | 37 |
| Octal | 311 | 231 | 122 | 0 | 30 | 73 | 25 | 44 | 64 | 67 |
| Binary | 11001001 | 10011001 | 1010010 | 0 | 11000 | 111011 | 10101 | 100100 | 110100 | 110111 |
Color Harmonies of #C99952
Complementary color
Monochromatic Colors of #C99952
Black with #C99952
Text Example
Text Example
White with #C99952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99952; }
p { color: rgb(201,153,82); }
H1.HeaderClassName
{
color: #C99952;
}
.AnyTagClassName
{
color: #C99952;
}
</style>
background-color css
<style>
a { background-color: #C99952; }
a { background-color: rgb(201,153,82); }
div.DivClassName
{
background-color: #C99952;
}
.BgClassName
{
background-color: #C99952;
}
</style>
border-color css
<style>
span { border-color: #C99952; }
span { border-color: rgb(201,153,82); }
td.TdClassName
{
border-color: #C99952;
}
.TagClassName
{
border-color: #C99952;
}
</style>