Shades of Sahara #C29F2C
Tints of Sahara #C29F2C
RGB
CMYK
RGB Variations
Color information
#C29F2C (or 0xC29F2C) is known color: Sahara. HEX triplet: C2, 9F and 2C. RGB value is (194,159,44). Sum of RGB (Red+Green+Blue) = 194+159+44=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F2C is #3D60D3. Grayscale: #9C9C9C. Windows color (decimal): -4022484 or 2924482. OLE color: 2924482.
HSL color Cylindrical-coordinate representation of color #C29F2C: hue angle of 46º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C29F2C is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 44 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.24 |
| HSL | 46º | 0.63% | 0.47% | - |
| HSV(B) | 46º | 0.77% | 0.76% | - |
| XYZ | 35.1 | 36.45 | 7.57 | - |
| YUV | 156.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 44 | 0 | 0.18 | 0.77 | 0.24 | 46 | 0.63 | 0.47 |
| Hex | C2 | 9F | 2C | 0 | 12 | 4D | 18 | 2E | 3F | 2F |
| Octal | 302 | 237 | 54 | 0 | 22 | 115 | 30 | 56 | 77 | 57 |
| Binary | 11000010 | 10011111 | 101100 | 0 | 10010 | 1001101 | 11000 | 101110 | 111111 | 101111 |
Color Harmonies of #C29F2C
Complementary color
Monochromatic Colors of #C29F2C
Black with #C29F2C
Text Example
Text Example
White with #C29F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F2C; }
p { color: rgb(194,159,44); }
H1.HeaderClassName
{
color: #C29F2C;
}
.AnyTagClassName
{
color: #C29F2C;
}
</style>
background-color css
<style>
a { background-color: #C29F2C; }
a { background-color: rgb(194,159,44); }
div.DivClassName
{
background-color: #C29F2C;
}
.BgClassName
{
background-color: #C29F2C;
}
</style>
border-color css
<style>
span { border-color: #C29F2C; }
span { border-color: rgb(194,159,44); }
td.TdClassName
{
border-color: #C29F2C;
}
.TagClassName
{
border-color: #C29F2C;
}
</style>