Shades of Sahara #C4A130
Tints of Sahara #C4A130
RGB
CMYK
RGB Variations
Color information
#C4A130 (or 0xC4A130) is known color: Sahara. HEX triplet: C4, A1 and 30. RGB value is (196,161,48). Sum of RGB (Red+Green+Blue) = 196+161+48=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A130 is #3B5ECF. Grayscale: #9F9F9F. Windows color (decimal): -3890896 or 3187140. OLE color: 3187140.
HSL color Cylindrical-coordinate representation of color #C4A130: hue angle of 45.81º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4A130 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 161 | 48 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.23 |
| HSL | 45.81º | 0.61% | 0.48% | - |
| HSV(B) | 45.81º | 0.76% | 0.77% | - |
| XYZ | 36.04 | 37.44 | 8.12 | - |
| YUV | 158.58 | 65.6 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 161 | 48 | 0 | 0.18 | 0.76 | 0.23 | 45.81 | 0.61 | 0.48 |
| Hex | C4 | A1 | 30 | 0 | 12 | 4C | 17 | 2E | 3D | 30 |
| Octal | 304 | 241 | 60 | 0 | 22 | 114 | 27 | 56 | 75 | 60 |
| Binary | 11000100 | 10100001 | 110000 | 0 | 10010 | 1001100 | 10111 | 101110 | 111101 | 110000 |
Color Harmonies of #C4A130
Complementary color
Monochromatic Colors of #C4A130
Black with #C4A130
Text Example
Text Example
White with #C4A130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A130; }
p { color: rgb(196,161,48); }
H1.HeaderClassName
{
color: #C4A130;
}
.AnyTagClassName
{
color: #C4A130;
}
</style>
background-color css
<style>
a { background-color: #C4A130; }
a { background-color: rgb(196,161,48); }
div.DivClassName
{
background-color: #C4A130;
}
.BgClassName
{
background-color: #C4A130;
}
</style>
border-color css
<style>
span { border-color: #C4A130; }
span { border-color: rgb(196,161,48); }
td.TdClassName
{
border-color: #C4A130;
}
.TagClassName
{
border-color: #C4A130;
}
</style>