Shades of Sundance #C6B452
Tints of Sundance #C6B452
RGB
CMYK
RGB Variations
Color information
#C6B452 (or 0xC6B452) is known color: Sundance. HEX triplet: C6, B4 and 52. RGB value is (198,180,82). Sum of RGB (Red+Green+Blue) = 198+180+82=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B452 is #394BAD. Grayscale: #AEAEAE. Windows color (decimal): -3754926 or 5420230. OLE color: 5420230.
HSL color Cylindrical-coordinate representation of color #C6B452: hue angle of 50.69º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6B452 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 82 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.22 |
| HSL | 50.69º | 0.5% | 0.55% | - |
| HSV(B) | 50.69º | 0.59% | 0.78% | - |
| XYZ | 41.13 | 45.26 | 14.55 | - |
| YUV | 174.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 82 | 0 | 0.09 | 0.59 | 0.22 | 50.69 | 0.5 | 0.55 |
| Hex | C6 | B4 | 52 | 0 | 9 | 3B | 16 | 33 | 32 | 37 |
| Octal | 306 | 264 | 122 | 0 | 11 | 73 | 26 | 63 | 62 | 67 |
| Binary | 11000110 | 10110100 | 1010010 | 0 | 1001 | 111011 | 10110 | 110011 | 110010 | 110111 |
Color Harmonies of #C6B452
Complementary color
Monochromatic Colors of #C6B452
Black with #C6B452
Text Example
Text Example
White with #C6B452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B452; }
p { color: rgb(198,180,82); }
H1.HeaderClassName
{
color: #C6B452;
}
.AnyTagClassName
{
color: #C6B452;
}
</style>
background-color css
<style>
a { background-color: #C6B452; }
a { background-color: rgb(198,180,82); }
div.DivClassName
{
background-color: #C6B452;
}
.BgClassName
{
background-color: #C6B452;
}
</style>
border-color css
<style>
span { border-color: #C6B452; }
span { border-color: rgb(198,180,82); }
td.TdClassName
{
border-color: #C6B452;
}
.TagClassName
{
border-color: #C6B452;
}
</style>