Shades of Sundance #C0AF4A
Tints of Sundance #C0AF4A
RGB
CMYK
RGB Variations
Color information
#C0AF4A (or 0xC0AF4A) is known color: Sundance. HEX triplet: C0, AF and 4A. RGB value is (192,175,74). Sum of RGB (Red+Green+Blue) = 192+175+74=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF4A is #3F50B5. Grayscale: #A8A8A8. Windows color (decimal): -4149430 or 4894656. OLE color: 4894656.
HSL color Cylindrical-coordinate representation of color #C0AF4A: hue angle of 51.36º 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 #C0AF4A is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 74 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.25 |
| HSL | 51.36º | 0.48% | 0.52% | - |
| HSV(B) | 51.36º | 0.61% | 0.75% | - |
| XYZ | 38.3 | 42.36 | 12.64 | - |
| YUV | 168.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 74 | 0 | 0.09 | 0.61 | 0.25 | 51.36 | 0.48 | 0.52 |
| Hex | C0 | AF | 4A | 0 | 9 | 3D | 19 | 33 | 30 | 34 |
| Octal | 300 | 257 | 112 | 0 | 11 | 75 | 31 | 63 | 60 | 64 |
| Binary | 11000000 | 10101111 | 1001010 | 0 | 1001 | 111101 | 11001 | 110011 | 110000 | 110100 |
Color Harmonies of #C0AF4A
Complementary color
Monochromatic Colors of #C0AF4A
Black with #C0AF4A
Text Example
Text Example
White with #C0AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AF4A; }
p { color: rgb(192,175,74); }
H1.HeaderClassName
{
color: #C0AF4A;
}
.AnyTagClassName
{
color: #C0AF4A;
}
</style>
background-color css
<style>
a { background-color: #C0AF4A; }
a { background-color: rgb(192,175,74); }
div.DivClassName
{
background-color: #C0AF4A;
}
.BgClassName
{
background-color: #C0AF4A;
}
</style>
border-color css
<style>
span { border-color: #C0AF4A; }
span { border-color: rgb(192,175,74); }
td.TdClassName
{
border-color: #C0AF4A;
}
.TagClassName
{
border-color: #C0AF4A;
}
</style>