Shades of Sahara #C29F2A
Tints of Sahara #C29F2A
RGB
CMYK
RGB Variations
Color information
#C29F2A (or 0xC29F2A) is known color: Sahara. HEX triplet: C2, 9F and 2A. RGB value is (194,159,42). Sum of RGB (Red+Green+Blue) = 194+159+42=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F2A is #3D60D5. Grayscale: #9C9C9C. Windows color (decimal): -4022486 or 2793410. OLE color: 2793410.
HSL color Cylindrical-coordinate representation of color #C29F2A: hue angle of 46.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C29F2A is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 42 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.24 |
| HSL | 46.18º | 0.64% | 0.46% | - |
| HSV(B) | 46.18º | 0.78% | 0.76% | - |
| XYZ | 35.06 | 36.43 | 7.37 | - |
| YUV | 156.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 42 | 0 | 0.18 | 0.78 | 0.24 | 46.18 | 0.64 | 0.46 |
| Hex | C2 | 9F | 2A | 0 | 12 | 4E | 18 | 2E | 40 | 2E |
| Octal | 302 | 237 | 52 | 0 | 22 | 116 | 30 | 56 | 100 | 56 |
| Binary | 11000010 | 10011111 | 101010 | 0 | 10010 | 1001110 | 11000 | 101110 | 1000000 | 101110 |
Color Harmonies of #C29F2A
Complementary color
Monochromatic Colors of #C29F2A
Black with #C29F2A
Text Example
Text Example
White with #C29F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F2A; }
p { color: rgb(194,159,42); }
H1.HeaderClassName
{
color: #C29F2A;
}
.AnyTagClassName
{
color: #C29F2A;
}
</style>
background-color css
<style>
a { background-color: #C29F2A; }
a { background-color: rgb(194,159,42); }
div.DivClassName
{
background-color: #C29F2A;
}
.BgClassName
{
background-color: #C29F2A;
}
</style>
border-color css
<style>
span { border-color: #C29F2A; }
span { border-color: rgb(194,159,42); }
td.TdClassName
{
border-color: #C29F2A;
}
.TagClassName
{
border-color: #C29F2A;
}
</style>