Shades of Roti #C09D4A
Tints of Roti #C09D4A
RGB
CMYK
RGB Variations
Color information
#C09D4A (or 0xC09D4A) is known color: Roti. HEX triplet: C0, 9D and 4A. RGB value is (192,157,74). Sum of RGB (Red+Green+Blue) = 192+157+74=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C09D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09D4A is #3F62B5. Grayscale: #9E9E9E. Windows color (decimal): -4154038 or 4890048. OLE color: 4890048.
HSL color Cylindrical-coordinate representation of color #C09D4A: hue angle of 42.2º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C09D4A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 157 | 74 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.25 |
| HSL | 42.2º | 0.48% | 0.52% | - |
| HSV(B) | 42.2º | 0.61% | 0.75% | - |
| XYZ | 35.03 | 35.81 | 11.55 | - |
| YUV | 158 | 80.6 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 157 | 74 | 0 | 0.18 | 0.61 | 0.25 | 42.2 | 0.48 | 0.52 |
| Hex | C0 | 9D | 4A | 0 | 12 | 3D | 19 | 2A | 30 | 34 |
| Octal | 300 | 235 | 112 | 0 | 22 | 75 | 31 | 52 | 60 | 64 |
| Binary | 11000000 | 10011101 | 1001010 | 0 | 10010 | 111101 | 11001 | 101010 | 110000 | 110100 |
Color Harmonies of #C09D4A
Complementary color
Monochromatic Colors of #C09D4A
Black with #C09D4A
Text Example
Text Example
White with #C09D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09D4A; }
p { color: rgb(192,157,74); }
H1.HeaderClassName
{
color: #C09D4A;
}
.AnyTagClassName
{
color: #C09D4A;
}
</style>
background-color css
<style>
a { background-color: #C09D4A; }
a { background-color: rgb(192,157,74); }
div.DivClassName
{
background-color: #C09D4A;
}
.BgClassName
{
background-color: #C09D4A;
}
</style>
border-color css
<style>
span { border-color: #C09D4A; }
span { border-color: rgb(192,157,74); }
td.TdClassName
{
border-color: #C09D4A;
}
.TagClassName
{
border-color: #C09D4A;
}
</style>