Shades of Sahara #C29F2D
Tints of Sahara #C29F2D
RGB
CMYK
RGB Variations
Color information
#C29F2D (or 0xC29F2D) is known color: Sahara. HEX triplet: C2, 9F and 2D. RGB value is (194,159,45). Sum of RGB (Red+Green+Blue) = 194+159+45=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F2D is #3D60D2. Grayscale: #9C9C9C. Windows color (decimal): -4022483 or 2990018. OLE color: 2990018.
HSL color Cylindrical-coordinate representation of color #C29F2D: hue angle of 45.91º degrees, saturation: 0.62, 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 #C29F2D is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 159 | 45 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.24 |
| HSL | 45.91º | 0.62% | 0.47% | - |
| HSV(B) | 45.91º | 0.77% | 0.76% | - |
| XYZ | 35.12 | 36.46 | 7.67 | - |
| YUV | 156.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 159 | 45 | 0 | 0.18 | 0.77 | 0.24 | 45.91 | 0.62 | 0.47 |
| Hex | C2 | 9F | 2D | 0 | 12 | 4D | 18 | 2E | 3E | 2F |
| Octal | 302 | 237 | 55 | 0 | 22 | 115 | 30 | 56 | 76 | 57 |
| Binary | 11000010 | 10011111 | 101101 | 0 | 10010 | 1001101 | 11000 | 101110 | 111110 | 101111 |
Color Harmonies of #C29F2D
Complementary color
Monochromatic Colors of #C29F2D
Black with #C29F2D
Text Example
Text Example
White with #C29F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29F2D; }
p { color: rgb(194,159,45); }
H1.HeaderClassName
{
color: #C29F2D;
}
.AnyTagClassName
{
color: #C29F2D;
}
</style>
background-color css
<style>
a { background-color: #C29F2D; }
a { background-color: rgb(194,159,45); }
div.DivClassName
{
background-color: #C29F2D;
}
.BgClassName
{
background-color: #C29F2D;
}
</style>
border-color css
<style>
span { border-color: #C29F2D; }
span { border-color: rgb(194,159,45); }
td.TdClassName
{
border-color: #C29F2D;
}
.TagClassName
{
border-color: #C29F2D;
}
</style>