Shades of Roti #C09D3C
Tints of Roti #C09D3C
RGB
CMYK
RGB Variations
Color information
#C09D3C (or 0xC09D3C) is known color: Roti. HEX triplet: C0, 9D and 3C. RGB value is (192,157,60). Sum of RGB (Red+Green+Blue) = 192+157+60=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D3C is #3F62C3. Grayscale: #9C9C9C. Windows color (decimal): -4154052 or 3972544. OLE color: 3972544.
HSL color Cylindrical-coordinate representation of color #C09D3C: hue angle of 44.09º 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 #C09D3C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 60 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.25 |
| HSL | 44.09º | 0.52% | 0.49% | - |
| HSV(B) | 44.09º | 0.69% | 0.75% | - |
| XYZ | 34.61 | 35.65 | 9.33 | - |
| YUV | 156.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 60 | 0 | 0.18 | 0.69 | 0.25 | 44.09 | 0.52 | 0.49 |
| Hex | C0 | 9D | 3C | 0 | 12 | 45 | 19 | 2C | 34 | 31 |
| Octal | 300 | 235 | 74 | 0 | 22 | 105 | 31 | 54 | 64 | 61 |
| Binary | 11000000 | 10011101 | 111100 | 0 | 10010 | 1000101 | 11001 | 101100 | 110100 | 110001 |
Color Harmonies of #C09D3C
Complementary color
Monochromatic Colors of #C09D3C
Black with #C09D3C
Text Example
Text Example
White with #C09D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D3C; }
p { color: rgb(192,157,60); }
H1.HeaderClassName
{
color: #C09D3C;
}
.AnyTagClassName
{
color: #C09D3C;
}
</style>
background-color css
<style>
a { background-color: #C09D3C; }
a { background-color: rgb(192,157,60); }
div.DivClassName
{
background-color: #C09D3C;
}
.BgClassName
{
background-color: #C09D3C;
}
</style>
border-color css
<style>
span { border-color: #C09D3C; }
span { border-color: rgb(192,157,60); }
td.TdClassName
{
border-color: #C09D3C;
}
.TagClassName
{
border-color: #C09D3C;
}
</style>