Shades of Sundance #C2A74B
Tints of Sundance #C2A74B
RGB
CMYK
RGB Variations
Color information
#C2A74B (or 0xC2A74B) is known color: Sundance. HEX triplet: C2, A7 and 4B. RGB value is (194,167,75). Sum of RGB (Red+Green+Blue) = 194+167+75=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A74B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A74B is #3D58B4. Grayscale: #A4A4A4. Windows color (decimal): -4020405 or 4958146. OLE color: 4958146.
HSL color Cylindrical-coordinate representation of color #C2A74B: hue angle of 46.39º 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 #C2A74B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 75 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.24 |
| HSL | 46.39º | 0.49% | 0.53% | - |
| HSV(B) | 46.39º | 0.61% | 0.76% | - |
| XYZ | 37.34 | 39.61 | 12.34 | - |
| YUV | 164.59 | 77.45 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 75 | 0 | 0.14 | 0.61 | 0.24 | 46.39 | 0.49 | 0.53 |
| Hex | C2 | A7 | 4B | 0 | E | 3D | 18 | 2E | 31 | 35 |
| Octal | 302 | 247 | 113 | 0 | 16 | 75 | 30 | 56 | 61 | 65 |
| Binary | 11000010 | 10100111 | 1001011 | 0 | 1110 | 111101 | 11000 | 101110 | 110001 | 110101 |
Color Harmonies of #C2A74B
Complementary color
Monochromatic Colors of #C2A74B
Black with #C2A74B
Text Example
Text Example
White with #C2A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A74B; }
p { color: rgb(194,167,75); }
H1.HeaderClassName
{
color: #C2A74B;
}
.AnyTagClassName
{
color: #C2A74B;
}
</style>
background-color css
<style>
a { background-color: #C2A74B; }
a { background-color: rgb(194,167,75); }
div.DivClassName
{
background-color: #C2A74B;
}
.BgClassName
{
background-color: #C2A74B;
}
</style>
border-color css
<style>
span { border-color: #C2A74B; }
span { border-color: rgb(194,167,75); }
td.TdClassName
{
border-color: #C2A74B;
}
.TagClassName
{
border-color: #C2A74B;
}
</style>