Shades of Roti #C09A3C
Tints of Roti #C09A3C
RGB
CMYK
RGB Variations
Color information
#C09A3C (or 0xC09A3C) is known color: Roti. HEX triplet: C0, 9A and 3C. RGB value is (192,154,60). Sum of RGB (Red+Green+Blue) = 192+154+60=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A3C is #3F65C3. Grayscale: #9B9B9B. Windows color (decimal): -4154820 or 3971776. OLE color: 3971776.
HSL color Cylindrical-coordinate representation of color #C09A3C: hue angle of 42.73º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C09A3C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 60 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.25 |
| HSL | 42.73º | 0.52% | 0.49% | - |
| HSV(B) | 42.73º | 0.69% | 0.75% | - |
| XYZ | 34.11 | 34.64 | 9.16 | - |
| YUV | 154.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 60 | 0 | 0.20 | 0.69 | 0.25 | 42.73 | 0.52 | 0.49 |
| Hex | C0 | 9A | 3C | 0 | 14 | 45 | 19 | 2B | 34 | 31 |
| Octal | 300 | 232 | 74 | 0 | 24 | 105 | 31 | 53 | 64 | 61 |
| Binary | 11000000 | 10011010 | 111100 | 0 | 10100 | 1000101 | 11001 | 101011 | 110100 | 110001 |
Color Harmonies of #C09A3C
Complementary color
Monochromatic Colors of #C09A3C
Black with #C09A3C
Text Example
Text Example
White with #C09A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A3C; }
p { color: rgb(192,154,60); }
H1.HeaderClassName
{
color: #C09A3C;
}
.AnyTagClassName
{
color: #C09A3C;
}
</style>
background-color css
<style>
a { background-color: #C09A3C; }
a { background-color: rgb(192,154,60); }
div.DivClassName
{
background-color: #C09A3C;
}
.BgClassName
{
background-color: #C09A3C;
}
</style>
border-color css
<style>
span { border-color: #C09A3C; }
span { border-color: rgb(192,154,60); }
td.TdClassName
{
border-color: #C09A3C;
}
.TagClassName
{
border-color: #C09A3C;
}
</style>