Shades of Sundance #C0A54B
Tints of Sundance #C0A54B
RGB
CMYK
RGB Variations
Color information
#C0A54B (or 0xC0A54B) is known color: Sundance. HEX triplet: C0, A5 and 4B. RGB value is (192,165,75). Sum of RGB (Red+Green+Blue) = 192+165+75=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 75 (29.69% from 255 or 17.36% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A54B is #3F5AB4. Grayscale: #A3A3A3. Windows color (decimal): -4151989 or 4957632. OLE color: 4957632.
HSL color Cylindrical-coordinate representation of color #C0A54B: hue angle of 46.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0A54B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 75 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.25 |
| HSL | 46.15º | 0.48% | 0.52% | - |
| HSV(B) | 46.15º | 0.61% | 0.75% | - |
| XYZ | 36.46 | 38.62 | 12.19 | - |
| YUV | 162.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 75 | 0 | 0.14 | 0.61 | 0.25 | 46.15 | 0.48 | 0.52 |
| Hex | C0 | A5 | 4B | 0 | E | 3D | 19 | 2E | 30 | 34 |
| Octal | 300 | 245 | 113 | 0 | 16 | 75 | 31 | 56 | 60 | 64 |
| Binary | 11000000 | 10100101 | 1001011 | 0 | 1110 | 111101 | 11001 | 101110 | 110000 | 110100 |
Color Harmonies of #C0A54B
Complementary color
Monochromatic Colors of #C0A54B
Black with #C0A54B
Text Example
Text Example
White with #C0A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A54B; }
p { color: rgb(192,165,75); }
H1.HeaderClassName
{
color: #C0A54B;
}
.AnyTagClassName
{
color: #C0A54B;
}
</style>
background-color css
<style>
a { background-color: #C0A54B; }
a { background-color: rgb(192,165,75); }
div.DivClassName
{
background-color: #C0A54B;
}
.BgClassName
{
background-color: #C0A54B;
}
</style>
border-color css
<style>
span { border-color: #C0A54B; }
span { border-color: rgb(192,165,75); }
td.TdClassName
{
border-color: #C0A54B;
}
.TagClassName
{
border-color: #C0A54B;
}
</style>