Shades of Twine #C0995D
Tints of Twine #C0995D
RGB
CMYK
RGB Variations
Color information
#C0995D (or 0xC0995D) is known color: Twine. HEX triplet: C0, 99 and 5D. RGB value is (192,153,93). Sum of RGB (Red+Green+Blue) = 192+153+93=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 93 (36.72% from 255 or 21.23% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0995D is #3F66A2. Grayscale: #9E9E9E. Windows color (decimal): -4155043 or 6134208. OLE color: 6134208.
HSL color Cylindrical-coordinate representation of color #C0995D: hue angle of 36.36º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0995D is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 153 | 93 | - |
CMYK | 0 | 0.20 | 0.52 | 0.25 |
HSL | 36.36º | 0.44% | 0.56% | - |
HSV(B) | 36.36º | 0.52% | 0.75% | - |
XYZ | 35.11 | 34.78 | 15.22 | - |
YUV | 157.82 | 91.42 | 152.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 153 | 93 | 0 | 0.20 | 0.52 | 0.25 | 36.36 | 0.44 | 0.56 |
Hex | C0 | 99 | 5D | 0 | 14 | 34 | 19 | 24 | 2C | 38 |
Octal | 300 | 231 | 135 | 0 | 24 | 64 | 31 | 44 | 54 | 70 |
Binary | 11000000 | 10011001 | 1011101 | 0 | 10100 | 110100 | 11001 | 100100 | 101100 | 111000 |
Color Harmonies of #C0995D
Complementary color
Monochromatic Colors of #C0995D
Black with #C0995D
Text Example
Text Example
White with #C0995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0995D; }
p { color: rgb(192,153,93); }
H1.HeaderClassName
{
color: #C0995D;
}
.AnyTagClassName
{
color: #C0995D;
}
</style>
background-color css
<style>
a { background-color: #C0995D; }
a { background-color: rgb(192,153,93); }
div.DivClassName
{
background-color: #C0995D;
}
.BgClassName
{
background-color: #C0995D;
}
</style>
border-color css
<style>
span { border-color: #C0995D; }
span { border-color: rgb(192,153,93); }
td.TdClassName
{
border-color: #C0995D;
}
.TagClassName
{
border-color: #C0995D;
}
</style>