Shades of Twine #C0945C
Tints of Twine #C0945C
RGB
CMYK
RGB Variations
Color information
#C0945C (or 0xC0945C) is known color: Twine. HEX triplet: C0, 94 and 5C. RGB value is (192,148,92). Sum of RGB (Red+Green+Blue) = 192+148+92=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0945C is #3F6BA3. Grayscale: #9B9B9B. Windows color (decimal): -4156324 or 6067392. OLE color: 6067392.
HSL color Cylindrical-coordinate representation of color #C0945C: hue angle of 33.6º 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 #C0945C is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 148 | 92 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.25 |
| HSL | 33.6º | 0.44% | 0.56% | - |
| HSV(B) | 33.6º | 0.52% | 0.75% | - |
| XYZ | 34.26 | 33.16 | 14.72 | - |
| YUV | 154.77 | 92.58 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 148 | 92 | 0 | 0.23 | 0.52 | 0.25 | 33.6 | 0.44 | 0.56 |
| Hex | C0 | 94 | 5C | 0 | 17 | 34 | 19 | 22 | 2C | 38 |
| Octal | 300 | 224 | 134 | 0 | 27 | 64 | 31 | 42 | 54 | 70 |
| Binary | 11000000 | 10010100 | 1011100 | 0 | 10111 | 110100 | 11001 | 100010 | 101100 | 111000 |
Color Harmonies of #C0945C
Complementary color
Monochromatic Colors of #C0945C
Black with #C0945C
Text Example
Text Example
White with #C0945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0945C; }
p { color: rgb(192,148,92); }
H1.HeaderClassName
{
color: #C0945C;
}
.AnyTagClassName
{
color: #C0945C;
}
</style>
background-color css
<style>
a { background-color: #C0945C; }
a { background-color: rgb(192,148,92); }
div.DivClassName
{
background-color: #C0945C;
}
.BgClassName
{
background-color: #C0945C;
}
</style>
border-color css
<style>
span { border-color: #C0945C; }
span { border-color: rgb(192,148,92); }
td.TdClassName
{
border-color: #C0945C;
}
.TagClassName
{
border-color: #C0945C;
}
</style>