Shades of Roti #C09B3C
Tints of Roti #C09B3C
RGB
CMYK
RGB Variations
Color information
#C09B3C (or 0xC09B3C) is known color: Roti. HEX triplet: C0, 9B and 3C. RGB value is (192,155,60). Sum of RGB (Red+Green+Blue) = 192+155+60=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B3C is #3F64C3. Grayscale: #9B9B9B. Windows color (decimal): -4154564 or 3972032. OLE color: 3972032.
HSL color Cylindrical-coordinate representation of color #C09B3C: hue angle of 43.18º 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 #C09B3C is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 60 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.25 |
| HSL | 43.18º | 0.52% | 0.49% | - |
| HSV(B) | 43.18º | 0.69% | 0.75% | - |
| XYZ | 34.28 | 34.98 | 9.22 | - |
| YUV | 155.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 60 | 0 | 0.19 | 0.69 | 0.25 | 43.18 | 0.52 | 0.49 |
| Hex | C0 | 9B | 3C | 0 | 13 | 45 | 19 | 2B | 34 | 31 |
| Octal | 300 | 233 | 74 | 0 | 23 | 105 | 31 | 53 | 64 | 61 |
| Binary | 11000000 | 10011011 | 111100 | 0 | 10011 | 1000101 | 11001 | 101011 | 110100 | 110001 |
Color Harmonies of #C09B3C
Complementary color
Monochromatic Colors of #C09B3C
Black with #C09B3C
Text Example
Text Example
White with #C09B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B3C; }
p { color: rgb(192,155,60); }
H1.HeaderClassName
{
color: #C09B3C;
}
.AnyTagClassName
{
color: #C09B3C;
}
</style>
background-color css
<style>
a { background-color: #C09B3C; }
a { background-color: rgb(192,155,60); }
div.DivClassName
{
background-color: #C09B3C;
}
.BgClassName
{
background-color: #C09B3C;
}
</style>
border-color css
<style>
span { border-color: #C09B3C; }
span { border-color: rgb(192,155,60); }
td.TdClassName
{
border-color: #C09B3C;
}
.TagClassName
{
border-color: #C09B3C;
}
</style>