Shades of Sundance #C6B253
Tints of Sundance #C6B253
RGB
CMYK
RGB Variations
Color information
#C6B253 (or 0xC6B253) is known color: Sundance. HEX triplet: C6, B2 and 53. RGB value is (198,178,83). Sum of RGB (Red+Green+Blue) = 198+178+83=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B253 is #394DAC. Grayscale: #ADADAD. Windows color (decimal): -3755437 or 5485254. OLE color: 5485254.
HSL color Cylindrical-coordinate representation of color #C6B253: hue angle of 49.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6B253 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 83 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.22 |
| HSL | 49.57º | 0.5% | 0.55% | - |
| HSV(B) | 49.57º | 0.58% | 0.78% | - |
| XYZ | 40.77 | 44.47 | 14.62 | - |
| YUV | 173.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 83 | 0 | 0.10 | 0.58 | 0.22 | 49.57 | 0.5 | 0.55 |
| Hex | C6 | B2 | 53 | 0 | A | 3A | 16 | 32 | 32 | 37 |
| Octal | 306 | 262 | 123 | 0 | 12 | 72 | 26 | 62 | 62 | 67 |
| Binary | 11000110 | 10110010 | 1010011 | 0 | 1010 | 111010 | 10110 | 110010 | 110010 | 110111 |
Color Harmonies of #C6B253
Complementary color
Monochromatic Colors of #C6B253
Black with #C6B253
Text Example
Text Example
White with #C6B253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B253; }
p { color: rgb(198,178,83); }
H1.HeaderClassName
{
color: #C6B253;
}
.AnyTagClassName
{
color: #C6B253;
}
</style>
background-color css
<style>
a { background-color: #C6B253; }
a { background-color: rgb(198,178,83); }
div.DivClassName
{
background-color: #C6B253;
}
.BgClassName
{
background-color: #C6B253;
}
</style>
border-color css
<style>
span { border-color: #C6B253; }
span { border-color: rgb(198,178,83); }
td.TdClassName
{
border-color: #C6B253;
}
.TagClassName
{
border-color: #C6B253;
}
</style>