Shades of Roti #C29B3C
Tints of Roti #C29B3C
RGB
CMYK
RGB Variations
Color information
#C29B3C (or 0xC29B3C) is known color: Roti. HEX triplet: C2, 9B and 3C. RGB value is (194,155,60). Sum of RGB (Red+Green+Blue) = 194+155+60=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29B3C is #3D64C3. Grayscale: #9C9C9C. Windows color (decimal): -4023492 or 3972034. OLE color: 3972034.
HSL color Cylindrical-coordinate representation of color #C29B3C: hue angle of 42.54º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C29B3C is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 155 | 60 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.24 |
| HSL | 42.54º | 0.53% | 0.5% | - |
| HSV(B) | 42.54º | 0.69% | 0.76% | - |
| XYZ | 34.79 | 35.24 | 9.24 | - |
| YUV | 155.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 155 | 60 | 0 | 0.20 | 0.69 | 0.24 | 42.54 | 0.53 | 0.5 |
| Hex | C2 | 9B | 3C | 0 | 14 | 45 | 18 | 2B | 35 | 32 |
| Octal | 302 | 233 | 74 | 0 | 24 | 105 | 30 | 53 | 65 | 62 |
| Binary | 11000010 | 10011011 | 111100 | 0 | 10100 | 1000101 | 11000 | 101011 | 110101 | 110010 |
Color Harmonies of #C29B3C
Complementary color
Monochromatic Colors of #C29B3C
Black with #C29B3C
Text Example
Text Example
White with #C29B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29B3C; }
p { color: rgb(194,155,60); }
H1.HeaderClassName
{
color: #C29B3C;
}
.AnyTagClassName
{
color: #C29B3C;
}
</style>
background-color css
<style>
a { background-color: #C29B3C; }
a { background-color: rgb(194,155,60); }
div.DivClassName
{
background-color: #C29B3C;
}
.BgClassName
{
background-color: #C29B3C;
}
</style>
border-color css
<style>
span { border-color: #C29B3C; }
span { border-color: rgb(194,155,60); }
td.TdClassName
{
border-color: #C29B3C;
}
.TagClassName
{
border-color: #C29B3C;
}
</style>