Shades of Sundance #C2B352
Tints of Sundance #C2B352
RGB
CMYK
RGB Variations
Color information
#C2B352 (or 0xC2B352) is known color: Sundance. HEX triplet: C2, B3 and 52. RGB value is (194,179,82). Sum of RGB (Red+Green+Blue) = 194+179+82=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B352 is #3D4CAD. Grayscale: #ACACAC. Windows color (decimal): -4017326 or 5419970. OLE color: 5419970.
HSL color Cylindrical-coordinate representation of color #C2B352: hue angle of 51.96º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2B352 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 82 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.24 |
| HSL | 51.96º | 0.48% | 0.54% | - |
| HSV(B) | 51.96º | 0.58% | 0.76% | - |
| XYZ | 39.89 | 44.32 | 14.43 | - |
| YUV | 172.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 82 | 0 | 0.08 | 0.58 | 0.24 | 51.96 | 0.48 | 0.54 |
| Hex | C2 | B3 | 52 | 0 | 8 | 3A | 18 | 34 | 30 | 36 |
| Octal | 302 | 263 | 122 | 0 | 10 | 72 | 30 | 64 | 60 | 66 |
| Binary | 11000010 | 10110011 | 1010010 | 0 | 1000 | 111010 | 11000 | 110100 | 110000 | 110110 |
Color Harmonies of #C2B352
Complementary color
Monochromatic Colors of #C2B352
Black with #C2B352
Text Example
Text Example
White with #C2B352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B352; }
p { color: rgb(194,179,82); }
H1.HeaderClassName
{
color: #C2B352;
}
.AnyTagClassName
{
color: #C2B352;
}
</style>
background-color css
<style>
a { background-color: #C2B352; }
a { background-color: rgb(194,179,82); }
div.DivClassName
{
background-color: #C2B352;
}
.BgClassName
{
background-color: #C2B352;
}
</style>
border-color css
<style>
span { border-color: #C2B352; }
span { border-color: rgb(194,179,82); }
td.TdClassName
{
border-color: #C2B352;
}
.TagClassName
{
border-color: #C2B352;
}
</style>