Shades of Roti #C1993C
Tints of Roti #C1993C
RGB
CMYK
RGB Variations
Color information
#C1993C (or 0xC1993C) is known color: Roti. HEX triplet: C1, 99 and 3C. RGB value is (193,153,60). Sum of RGB (Red+Green+Blue) = 193+153+60=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1993C is #3E66C3. Grayscale: #9A9A9A. Windows color (decimal): -4089540 or 3971521. OLE color: 3971521.
HSL color Cylindrical-coordinate representation of color #C1993C: hue angle of 41.95º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1993C is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 60 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.24 |
| HSL | 41.95º | 0.53% | 0.5% | - |
| HSV(B) | 41.95º | 0.69% | 0.76% | - |
| XYZ | 34.2 | 34.45 | 9.12 | - |
| YUV | 154.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 60 | 0 | 0.21 | 0.69 | 0.24 | 41.95 | 0.53 | 0.5 |
| Hex | C1 | 99 | 3C | 0 | 15 | 45 | 18 | 2A | 35 | 32 |
| Octal | 301 | 231 | 74 | 0 | 25 | 105 | 30 | 52 | 65 | 62 |
| Binary | 11000001 | 10011001 | 111100 | 0 | 10101 | 1000101 | 11000 | 101010 | 110101 | 110010 |
Color Harmonies of #C1993C
Complementary color
Monochromatic Colors of #C1993C
Black with #C1993C
Text Example
Text Example
White with #C1993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1993C; }
p { color: rgb(193,153,60); }
H1.HeaderClassName
{
color: #C1993C;
}
.AnyTagClassName
{
color: #C1993C;
}
</style>
background-color css
<style>
a { background-color: #C1993C; }
a { background-color: rgb(193,153,60); }
div.DivClassName
{
background-color: #C1993C;
}
.BgClassName
{
background-color: #C1993C;
}
</style>
border-color css
<style>
span { border-color: #C1993C; }
span { border-color: rgb(193,153,60); }
td.TdClassName
{
border-color: #C1993C;
}
.TagClassName
{
border-color: #C1993C;
}
</style>