Shades of Sundance #C0B243
Tints of Sundance #C0B243
RGB
CMYK
RGB Variations
Color information
#C0B243 (or 0xC0B243) is known color: Sundance. HEX triplet: C0, B2 and 43. RGB value is (192,178,67). Sum of RGB (Red+Green+Blue) = 192+178+67=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 67 (26.56% from 255 or 15.33% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B243 is #3F4DBC. Grayscale: #A9A9A9. Windows color (decimal): -4148669 or 4436672. OLE color: 4436672.
HSL color Cylindrical-coordinate representation of color #C0B243: hue angle of 53.28º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0B243 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 67 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.25 |
| HSL | 53.28º | 0.5% | 0.51% | - |
| HSV(B) | 53.28º | 0.65% | 0.75% | - |
| XYZ | 38.67 | 43.45 | 11.66 | - |
| YUV | 169.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 67 | 0 | 0.07 | 0.65 | 0.25 | 53.28 | 0.5 | 0.51 |
| Hex | C0 | B2 | 43 | 0 | 7 | 41 | 19 | 35 | 32 | 33 |
| Octal | 300 | 262 | 103 | 0 | 7 | 101 | 31 | 65 | 62 | 63 |
| Binary | 11000000 | 10110010 | 1000011 | 0 | 111 | 1000001 | 11001 | 110101 | 110010 | 110011 |
Color Harmonies of #C0B243
Complementary color
Monochromatic Colors of #C0B243
Black with #C0B243
Text Example
Text Example
White with #C0B243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B243; }
p { color: rgb(192,178,67); }
H1.HeaderClassName
{
color: #C0B243;
}
.AnyTagClassName
{
color: #C0B243;
}
</style>
background-color css
<style>
a { background-color: #C0B243; }
a { background-color: rgb(192,178,67); }
div.DivClassName
{
background-color: #C0B243;
}
.BgClassName
{
background-color: #C0B243;
}
</style>
border-color css
<style>
span { border-color: #C0B243; }
span { border-color: rgb(192,178,67); }
td.TdClassName
{
border-color: #C0B243;
}
.TagClassName
{
border-color: #C0B243;
}
</style>