Shades of Sundance #C0AE4B
Tints of Sundance #C0AE4B
RGB
CMYK
RGB Variations
Color information
#C0AE4B (or 0xC0AE4B) is known color: Sundance. HEX triplet: C0, AE and 4B. RGB value is (192,174,75). Sum of RGB (Red+Green+Blue) = 192+174+75=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE4B is #3F51B4. Grayscale: #A8A8A8. Windows color (decimal): -4149685 or 4959936. OLE color: 4959936.
HSL color Cylindrical-coordinate representation of color #C0AE4B: hue angle of 50.77º 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 #C0AE4B is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 75 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.25 |
| HSL | 50.77º | 0.48% | 0.52% | - |
| HSV(B) | 50.77º | 0.61% | 0.75% | - |
| XYZ | 38.14 | 41.99 | 12.75 | - |
| YUV | 168.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 75 | 0 | 0.09 | 0.61 | 0.25 | 50.77 | 0.48 | 0.52 |
| Hex | C0 | AE | 4B | 0 | 9 | 3D | 19 | 33 | 30 | 34 |
| Octal | 300 | 256 | 113 | 0 | 11 | 75 | 31 | 63 | 60 | 64 |
| Binary | 11000000 | 10101110 | 1001011 | 0 | 1001 | 111101 | 11001 | 110011 | 110000 | 110100 |
Color Harmonies of #C0AE4B
Complementary color
Monochromatic Colors of #C0AE4B
Black with #C0AE4B
Text Example
Text Example
White with #C0AE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE4B; }
p { color: rgb(192,174,75); }
H1.HeaderClassName
{
color: #C0AE4B;
}
.AnyTagClassName
{
color: #C0AE4B;
}
</style>
background-color css
<style>
a { background-color: #C0AE4B; }
a { background-color: rgb(192,174,75); }
div.DivClassName
{
background-color: #C0AE4B;
}
.BgClassName
{
background-color: #C0AE4B;
}
</style>
border-color css
<style>
span { border-color: #C0AE4B; }
span { border-color: rgb(192,174,75); }
td.TdClassName
{
border-color: #C0AE4B;
}
.TagClassName
{
border-color: #C0AE4B;
}
</style>