Shades of Twine #C99D5C
Tints of Twine #C99D5C
RGB
CMYK
RGB Variations
Color information
#C99D5C (or 0xC99D5C) is known color: Twine. HEX triplet: C9, 9D and 5C. RGB value is (201,157,92). Sum of RGB (Red+Green+Blue) = 201+157+92=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D5C is #3662A3. Grayscale: #A3A3A3. Windows color (decimal): -3564196 or 6069705. OLE color: 6069705.
HSL color Cylindrical-coordinate representation of color #C99D5C: hue angle of 35.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C99D5C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 92 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.21 |
| HSL | 35.78º | 0.5% | 0.57% | - |
| HSV(B) | 35.78º | 0.54% | 0.79% | - |
| XYZ | 38.08 | 37.3 | 15.32 | - |
| YUV | 162.75 | 88.08 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 92 | 0 | 0.22 | 0.54 | 0.21 | 35.78 | 0.5 | 0.57 |
| Hex | C9 | 9D | 5C | 0 | 16 | 36 | 15 | 24 | 32 | 39 |
| Octal | 311 | 235 | 134 | 0 | 26 | 66 | 25 | 44 | 62 | 71 |
| Binary | 11001001 | 10011101 | 1011100 | 0 | 10110 | 110110 | 10101 | 100100 | 110010 | 111001 |
Color Harmonies of #C99D5C
Complementary color
Monochromatic Colors of #C99D5C
Black with #C99D5C
Text Example
Text Example
White with #C99D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D5C; }
p { color: rgb(201,157,92); }
H1.HeaderClassName
{
color: #C99D5C;
}
.AnyTagClassName
{
color: #C99D5C;
}
</style>
background-color css
<style>
a { background-color: #C99D5C; }
a { background-color: rgb(201,157,92); }
div.DivClassName
{
background-color: #C99D5C;
}
.BgClassName
{
background-color: #C99D5C;
}
</style>
border-color css
<style>
span { border-color: #C99D5C; }
span { border-color: rgb(201,157,92); }
td.TdClassName
{
border-color: #C99D5C;
}
.TagClassName
{
border-color: #C99D5C;
}
</style>