Shades of Roti #C39C39
Tints of Roti #C39C39
RGB
CMYK
RGB Variations
Color information
#C39C39 (or 0xC39C39) is known color: Roti. HEX triplet: C3, 9C and 39. RGB value is (195,156,57). Sum of RGB (Red+Green+Blue) = 195+156+57=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39C39 is #3C63C6. Grayscale: #9C9C9C. Windows color (decimal): -3957703 or 3775683. OLE color: 3775683.
HSL color Cylindrical-coordinate representation of color #C39C39: hue angle of 43.04º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C39C39 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 57 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.24 |
| HSL | 43.04º | 0.55% | 0.49% | - |
| HSV(B) | 43.04º | 0.71% | 0.76% | - |
| XYZ | 35.13 | 35.67 | 8.91 | - |
| YUV | 156.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 57 | 0 | 0.20 | 0.71 | 0.24 | 43.04 | 0.55 | 0.49 |
| Hex | C3 | 9C | 39 | 0 | 14 | 47 | 18 | 2B | 37 | 31 |
| Octal | 303 | 234 | 71 | 0 | 24 | 107 | 30 | 53 | 67 | 61 |
| Binary | 11000011 | 10011100 | 111001 | 0 | 10100 | 1000111 | 11000 | 101011 | 110111 | 110001 |
Color Harmonies of #C39C39
Complementary color
Monochromatic Colors of #C39C39
Black with #C39C39
Text Example
Text Example
White with #C39C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C39; }
p { color: rgb(195,156,57); }
H1.HeaderClassName
{
color: #C39C39;
}
.AnyTagClassName
{
color: #C39C39;
}
</style>
background-color css
<style>
a { background-color: #C39C39; }
a { background-color: rgb(195,156,57); }
div.DivClassName
{
background-color: #C39C39;
}
.BgClassName
{
background-color: #C39C39;
}
</style>
border-color css
<style>
span { border-color: #C39C39; }
span { border-color: rgb(195,156,57); }
td.TdClassName
{
border-color: #C39C39;
}
.TagClassName
{
border-color: #C39C39;
}
</style>