Shades of Roti #C0973D
Tints of Roti #C0973D
RGB
CMYK
RGB Variations
Color information
#C0973D (or 0xC0973D) is known color: Roti. HEX triplet: C0, 97 and 3D. RGB value is (192,151,61). Sum of RGB (Red+Green+Blue) = 192+151+61=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0973D is #3F68C2. Grayscale: #999999. Windows color (decimal): -4155587 or 4036544. OLE color: 4036544.
HSL color Cylindrical-coordinate representation of color #C0973D: hue angle of 41.22º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0973D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 61 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.25 |
| HSL | 41.22º | 0.52% | 0.5% | - |
| HSV(B) | 41.22º | 0.68% | 0.75% | - |
| XYZ | 33.65 | 33.68 | 9.14 | - |
| YUV | 153 | 76.08 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 61 | 0 | 0.21 | 0.68 | 0.25 | 41.22 | 0.52 | 0.5 |
| Hex | C0 | 97 | 3D | 0 | 15 | 44 | 19 | 29 | 34 | 32 |
| Octal | 300 | 227 | 75 | 0 | 25 | 104 | 31 | 51 | 64 | 62 |
| Binary | 11000000 | 10010111 | 111101 | 0 | 10101 | 1000100 | 11001 | 101001 | 110100 | 110010 |
Color Harmonies of #C0973D
Complementary color
Monochromatic Colors of #C0973D
Black with #C0973D
Text Example
Text Example
White with #C0973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0973D; }
p { color: rgb(192,151,61); }
H1.HeaderClassName
{
color: #C0973D;
}
.AnyTagClassName
{
color: #C0973D;
}
</style>
background-color css
<style>
a { background-color: #C0973D; }
a { background-color: rgb(192,151,61); }
div.DivClassName
{
background-color: #C0973D;
}
.BgClassName
{
background-color: #C0973D;
}
</style>
border-color css
<style>
span { border-color: #C0973D; }
span { border-color: rgb(192,151,61); }
td.TdClassName
{
border-color: #C0973D;
}
.TagClassName
{
border-color: #C0973D;
}
</style>