Shades of Sundance #C3A44B
Tints of Sundance #C3A44B
RGB
CMYK
RGB Variations
Color information
#C3A44B (or 0xC3A44B) is known color: Sundance. HEX triplet: C3, A4 and 4B. RGB value is (195,164,75). Sum of RGB (Red+Green+Blue) = 195+164+75=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A44B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A44B is #3C5BB4. Grayscale: #A3A3A3. Windows color (decimal): -3955637 or 4957379. OLE color: 4957379.
HSL color Cylindrical-coordinate representation of color #C3A44B: hue angle of 44.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A44B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 75 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.24 |
| HSL | 44.5º | 0.5% | 0.53% | - |
| HSV(B) | 44.5º | 0.62% | 0.76% | - |
| XYZ | 37.05 | 38.66 | 12.17 | - |
| YUV | 163.12 | 78.27 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 75 | 0 | 0.16 | 0.62 | 0.24 | 44.5 | 0.5 | 0.53 |
| Hex | C3 | A4 | 4B | 0 | 10 | 3E | 18 | 2C | 32 | 35 |
| Octal | 303 | 244 | 113 | 0 | 20 | 76 | 30 | 54 | 62 | 65 |
| Binary | 11000011 | 10100100 | 1001011 | 0 | 10000 | 111110 | 11000 | 101100 | 110010 | 110101 |
Color Harmonies of #C3A44B
Complementary color
Monochromatic Colors of #C3A44B
Black with #C3A44B
Text Example
Text Example
White with #C3A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A44B; }
p { color: rgb(195,164,75); }
H1.HeaderClassName
{
color: #C3A44B;
}
.AnyTagClassName
{
color: #C3A44B;
}
</style>
background-color css
<style>
a { background-color: #C3A44B; }
a { background-color: rgb(195,164,75); }
div.DivClassName
{
background-color: #C3A44B;
}
.BgClassName
{
background-color: #C3A44B;
}
</style>
border-color css
<style>
span { border-color: #C3A44B; }
span { border-color: rgb(195,164,75); }
td.TdClassName
{
border-color: #C3A44B;
}
.TagClassName
{
border-color: #C3A44B;
}
</style>