Shades of Sundance #C0B24D
Tints of Sundance #C0B24D
RGB
CMYK
RGB Variations
Color information
#C0B24D (or 0xC0B24D) is known color: Sundance. HEX triplet: C0, B2 and 4D. RGB value is (192,178,77). Sum of RGB (Red+Green+Blue) = 192+178+77=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B24D is #3F4DB2. Grayscale: #ABABAB. Windows color (decimal): -4148659 or 5092032. OLE color: 5092032.
HSL color Cylindrical-coordinate representation of color #C0B24D: hue angle of 52.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0B24D is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 178 | 77 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.25 |
| HSL | 52.7º | 0.48% | 0.53% | - |
| HSV(B) | 52.7º | 0.6% | 0.75% | - |
| XYZ | 39 | 43.58 | 13.38 | - |
| YUV | 170.67 | 75.14 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 178 | 77 | 0 | 0.07 | 0.60 | 0.25 | 52.7 | 0.48 | 0.53 |
| Hex | C0 | B2 | 4D | 0 | 7 | 3C | 19 | 35 | 30 | 35 |
| Octal | 300 | 262 | 115 | 0 | 7 | 74 | 31 | 65 | 60 | 65 |
| Binary | 11000000 | 10110010 | 1001101 | 0 | 111 | 111100 | 11001 | 110101 | 110000 | 110101 |
Color Harmonies of #C0B24D
Complementary color
Monochromatic Colors of #C0B24D
Black with #C0B24D
Text Example
Text Example
White with #C0B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B24D; }
p { color: rgb(192,178,77); }
H1.HeaderClassName
{
color: #C0B24D;
}
.AnyTagClassName
{
color: #C0B24D;
}
</style>
background-color css
<style>
a { background-color: #C0B24D; }
a { background-color: rgb(192,178,77); }
div.DivClassName
{
background-color: #C0B24D;
}
.BgClassName
{
background-color: #C0B24D;
}
</style>
border-color css
<style>
span { border-color: #C0B24D; }
span { border-color: rgb(192,178,77); }
td.TdClassName
{
border-color: #C0B24D;
}
.TagClassName
{
border-color: #C0B24D;
}
</style>