Shades of Sundance #C2B246
Tints of Sundance #C2B246
RGB
CMYK
RGB Variations
Color information
#C2B246 (or 0xC2B246) is known color: Sundance. HEX triplet: C2, B2 and 46. RGB value is (194,178,70). Sum of RGB (Red+Green+Blue) = 194+178+70=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B246 is #3D4DB9. Grayscale: #AAAAAA. Windows color (decimal): -4017594 or 4633282. OLE color: 4633282.
HSL color Cylindrical-coordinate representation of color #C2B246: hue angle of 52.26º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2B246 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 70 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.24 |
| HSL | 52.26º | 0.5% | 0.52% | - |
| HSV(B) | 52.26º | 0.64% | 0.76% | - |
| XYZ | 39.27 | 43.75 | 12.17 | - |
| YUV | 170.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 70 | 0 | 0.08 | 0.64 | 0.24 | 52.26 | 0.5 | 0.52 |
| Hex | C2 | B2 | 46 | 0 | 8 | 40 | 18 | 34 | 32 | 34 |
| Octal | 302 | 262 | 106 | 0 | 10 | 100 | 30 | 64 | 62 | 64 |
| Binary | 11000010 | 10110010 | 1000110 | 0 | 1000 | 1000000 | 11000 | 110100 | 110010 | 110100 |
Color Harmonies of #C2B246
Complementary color
Monochromatic Colors of #C2B246
Black with #C2B246
Text Example
Text Example
White with #C2B246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B246; }
p { color: rgb(194,178,70); }
H1.HeaderClassName
{
color: #C2B246;
}
.AnyTagClassName
{
color: #C2B246;
}
</style>
background-color css
<style>
a { background-color: #C2B246; }
a { background-color: rgb(194,178,70); }
div.DivClassName
{
background-color: #C2B246;
}
.BgClassName
{
background-color: #C2B246;
}
</style>
border-color css
<style>
span { border-color: #C2B246; }
span { border-color: rgb(194,178,70); }
td.TdClassName
{
border-color: #C2B246;
}
.TagClassName
{
border-color: #C2B246;
}
</style>