Shades of Sundance #C2A24B
Tints of Sundance #C2A24B
RGB
CMYK
RGB Variations
Color information
#C2A24B (or 0xC2A24B) is known color: Sundance. HEX triplet: C2, A2 and 4B. RGB value is (194,162,75). Sum of RGB (Red+Green+Blue) = 194+162+75=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A24B is #3D5DB4. Grayscale: #A2A2A2. Windows color (decimal): -4021685 or 4956866. OLE color: 4956866.
HSL color Cylindrical-coordinate representation of color #C2A24B: hue angle of 43.87º 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 #C2A24B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 162 | 75 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.24 |
| HSL | 43.87º | 0.49% | 0.53% | - |
| HSV(B) | 43.87º | 0.61% | 0.76% | - |
| XYZ | 36.44 | 37.82 | 12.04 | - |
| YUV | 161.65 | 79.1 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 162 | 75 | 0 | 0.16 | 0.61 | 0.24 | 43.87 | 0.49 | 0.53 |
| Hex | C2 | A2 | 4B | 0 | 10 | 3D | 18 | 2C | 31 | 35 |
| Octal | 302 | 242 | 113 | 0 | 20 | 75 | 30 | 54 | 61 | 65 |
| Binary | 11000010 | 10100010 | 1001011 | 0 | 10000 | 111101 | 11000 | 101100 | 110001 | 110101 |
Color Harmonies of #C2A24B
Complementary color
Monochromatic Colors of #C2A24B
Black with #C2A24B
Text Example
Text Example
White with #C2A24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A24B; }
p { color: rgb(194,162,75); }
H1.HeaderClassName
{
color: #C2A24B;
}
.AnyTagClassName
{
color: #C2A24B;
}
</style>
background-color css
<style>
a { background-color: #C2A24B; }
a { background-color: rgb(194,162,75); }
div.DivClassName
{
background-color: #C2A24B;
}
.BgClassName
{
background-color: #C2A24B;
}
</style>
border-color css
<style>
span { border-color: #C2A24B; }
span { border-color: rgb(194,162,75); }
td.TdClassName
{
border-color: #C2A24B;
}
.TagClassName
{
border-color: #C2A24B;
}
</style>