Shades of Sundance #C0B446
Tints of Sundance #C0B446
RGB
CMYK
RGB Variations
Color information
#C0B446 (or 0xC0B446) is known color: Sundance. HEX triplet: C0, B4 and 46. RGB value is (192,180,70). Sum of RGB (Red+Green+Blue) = 192+180+70=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B446 is #3F4BB9. Grayscale: #ABABAB. Windows color (decimal): -4148154 or 4633792. OLE color: 4633792.
HSL color Cylindrical-coordinate representation of color #C0B446: hue angle of 54.1º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0B446 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 70 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.25 |
| HSL | 54.1º | 0.49% | 0.51% | - |
| HSV(B) | 54.1º | 0.64% | 0.75% | - |
| XYZ | 39.16 | 44.29 | 12.28 | - |
| YUV | 171.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 70 | 0 | 0.06 | 0.64 | 0.25 | 54.1 | 0.49 | 0.51 |
| Hex | C0 | B4 | 46 | 0 | 6 | 40 | 19 | 36 | 31 | 33 |
| Octal | 300 | 264 | 106 | 0 | 6 | 100 | 31 | 66 | 61 | 63 |
| Binary | 11000000 | 10110100 | 1000110 | 0 | 110 | 1000000 | 11001 | 110110 | 110001 | 110011 |
Color Harmonies of #C0B446
Complementary color
Monochromatic Colors of #C0B446
Black with #C0B446
Text Example
Text Example
White with #C0B446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B446; }
p { color: rgb(192,180,70); }
H1.HeaderClassName
{
color: #C0B446;
}
.AnyTagClassName
{
color: #C0B446;
}
</style>
background-color css
<style>
a { background-color: #C0B446; }
a { background-color: rgb(192,180,70); }
div.DivClassName
{
background-color: #C0B446;
}
.BgClassName
{
background-color: #C0B446;
}
</style>
border-color css
<style>
span { border-color: #C0B446; }
span { border-color: rgb(192,180,70); }
td.TdClassName
{
border-color: #C0B446;
}
.TagClassName
{
border-color: #C0B446;
}
</style>