Shades of Sundance #C6B357
Tints of Sundance #C6B357
RGB
CMYK
RGB Variations
Color information
#C6B357 (or 0xC6B357) is known color: Sundance. HEX triplet: C6, B3 and 57. RGB value is (198,179,87). Sum of RGB (Red+Green+Blue) = 198+179+87=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B357 is #394CA8. Grayscale: #AEAEAE. Windows color (decimal): -3755177 or 5747654. OLE color: 5747654.
HSL color Cylindrical-coordinate representation of color #C6B357: hue angle of 49.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6B357 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 87 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.22 |
| HSL | 49.73º | 0.49% | 0.56% | - |
| HSV(B) | 49.73º | 0.56% | 0.78% | - |
| XYZ | 41.13 | 44.93 | 15.52 | - |
| YUV | 174.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 87 | 0 | 0.10 | 0.56 | 0.22 | 49.73 | 0.49 | 0.56 |
| Hex | C6 | B3 | 57 | 0 | A | 38 | 16 | 32 | 31 | 38 |
| Octal | 306 | 263 | 127 | 0 | 12 | 70 | 26 | 62 | 61 | 70 |
| Binary | 11000110 | 10110011 | 1010111 | 0 | 1010 | 111000 | 10110 | 110010 | 110001 | 111000 |
Color Harmonies of #C6B357
Complementary color
Monochromatic Colors of #C6B357
Black with #C6B357
Text Example
Text Example
White with #C6B357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B357; }
p { color: rgb(198,179,87); }
H1.HeaderClassName
{
color: #C6B357;
}
.AnyTagClassName
{
color: #C6B357;
}
</style>
background-color css
<style>
a { background-color: #C6B357; }
a { background-color: rgb(198,179,87); }
div.DivClassName
{
background-color: #C6B357;
}
.BgClassName
{
background-color: #C6B357;
}
</style>
border-color css
<style>
span { border-color: #C6B357; }
span { border-color: rgb(198,179,87); }
td.TdClassName
{
border-color: #C6B357;
}
.TagClassName
{
border-color: #C6B357;
}
</style>