Shades of Sahara #C29F2F
Tints of Sahara #C29F2F
RGB
CMYK
RGB Variations
Color information
#C29F2F (or 0xC29F2F) is known color: Sahara. HEX triplet: C2, 9F and 2F. RGB value is (194,159,47). Sum of RGB (Red+Green+Blue) = 194+159+47=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F2F is #3D60D0. Grayscale: #9D9D9D. Windows color (decimal): -4022481 or 3121090. OLE color: 3121090.
HSL color Cylindrical-coordinate representation of color #C29F2F: hue angle of 45.71º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C29F2F is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 47 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.24 |
| HSL | 45.71º | 0.61% | 0.47% | - |
| HSV(B) | 45.71º | 0.76% | 0.76% | - |
| XYZ | 35.16 | 36.47 | 7.88 | - |
| YUV | 156.7 | 66.1 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 47 | 0 | 0.18 | 0.76 | 0.24 | 45.71 | 0.61 | 0.47 |
| Hex | C2 | 9F | 2F | 0 | 12 | 4C | 18 | 2E | 3D | 2F |
| Octal | 302 | 237 | 57 | 0 | 22 | 114 | 30 | 56 | 75 | 57 |
| Binary | 11000010 | 10011111 | 101111 | 0 | 10010 | 1001100 | 11000 | 101110 | 111101 | 101111 |
Color Harmonies of #C29F2F
Complementary color
Monochromatic Colors of #C29F2F
Black with #C29F2F
Text Example
Text Example
White with #C29F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F2F; }
p { color: rgb(194,159,47); }
H1.HeaderClassName
{
color: #C29F2F;
}
.AnyTagClassName
{
color: #C29F2F;
}
</style>
background-color css
<style>
a { background-color: #C29F2F; }
a { background-color: rgb(194,159,47); }
div.DivClassName
{
background-color: #C29F2F;
}
.BgClassName
{
background-color: #C29F2F;
}
</style>
border-color css
<style>
span { border-color: #C29F2F; }
span { border-color: rgb(194,159,47); }
td.TdClassName
{
border-color: #C29F2F;
}
.TagClassName
{
border-color: #C29F2F;
}
</style>