Shades of Sundance #C29E4B
Tints of Sundance #C29E4B
RGB
CMYK
RGB Variations
Color information
#C29E4B (or 0xC29E4B) is known color: Sundance. HEX triplet: C2, 9E and 4B. RGB value is (194,158,75). Sum of RGB (Red+Green+Blue) = 194+158+75=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E4B is #3D61B4. Grayscale: #9F9F9F. Windows color (decimal): -4022709 or 4955842. OLE color: 4955842.
HSL color Cylindrical-coordinate representation of color #C29E4B: hue angle of 41.85º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C29E4B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 158 | 75 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.24 |
| HSL | 41.85º | 0.49% | 0.53% | - |
| HSV(B) | 41.85º | 0.61% | 0.76% | - |
| XYZ | 35.75 | 36.43 | 11.8 | - |
| YUV | 159.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 158 | 75 | 0 | 0.19 | 0.61 | 0.24 | 41.85 | 0.49 | 0.53 |
| Hex | C2 | 9E | 4B | 0 | 13 | 3D | 18 | 2A | 31 | 35 |
| Octal | 302 | 236 | 113 | 0 | 23 | 75 | 30 | 52 | 61 | 65 |
| Binary | 11000010 | 10011110 | 1001011 | 0 | 10011 | 111101 | 11000 | 101010 | 110001 | 110101 |
Color Harmonies of #C29E4B
Complementary color
Monochromatic Colors of #C29E4B
Black with #C29E4B
Text Example
Text Example
White with #C29E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29E4B; }
p { color: rgb(194,158,75); }
H1.HeaderClassName
{
color: #C29E4B;
}
.AnyTagClassName
{
color: #C29E4B;
}
</style>
background-color css
<style>
a { background-color: #C29E4B; }
a { background-color: rgb(194,158,75); }
div.DivClassName
{
background-color: #C29E4B;
}
.BgClassName
{
background-color: #C29E4B;
}
</style>
border-color css
<style>
span { border-color: #C29E4B; }
span { border-color: rgb(194,158,75); }
td.TdClassName
{
border-color: #C29E4B;
}
.TagClassName
{
border-color: #C29E4B;
}
</style>