Shades of Sundance #C2B048
Tints of Sundance #C2B048
RGB
CMYK
RGB Variations
Color information
#C2B048 (or 0xC2B048) is known color: Sundance. HEX triplet: C2, B0 and 48. RGB value is (194,176,72). Sum of RGB (Red+Green+Blue) = 194+176+72=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B048 is #3D4FB7. Grayscale: #A9A9A9. Windows color (decimal): -4018104 or 4763842. OLE color: 4763842.
HSL color Cylindrical-coordinate representation of color #C2B048: hue angle of 51.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2B048 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 176 | 72 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.24 |
| HSL | 51.15º | 0.5% | 0.52% | - |
| HSV(B) | 51.15º | 0.63% | 0.76% | - |
| XYZ | 38.94 | 42.99 | 12.38 | - |
| YUV | 169.53 | 72.96 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 176 | 72 | 0 | 0.09 | 0.63 | 0.24 | 51.15 | 0.5 | 0.52 |
| Hex | C2 | B0 | 48 | 0 | 9 | 3F | 18 | 33 | 32 | 34 |
| Octal | 302 | 260 | 110 | 0 | 11 | 77 | 30 | 63 | 62 | 64 |
| Binary | 11000010 | 10110000 | 1001000 | 0 | 1001 | 111111 | 11000 | 110011 | 110010 | 110100 |
Color Harmonies of #C2B048
Complementary color
Monochromatic Colors of #C2B048
Black with #C2B048
Text Example
Text Example
White with #C2B048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B048; }
p { color: rgb(194,176,72); }
H1.HeaderClassName
{
color: #C2B048;
}
.AnyTagClassName
{
color: #C2B048;
}
</style>
background-color css
<style>
a { background-color: #C2B048; }
a { background-color: rgb(194,176,72); }
div.DivClassName
{
background-color: #C2B048;
}
.BgClassName
{
background-color: #C2B048;
}
</style>
border-color css
<style>
span { border-color: #C2B048; }
span { border-color: rgb(194,176,72); }
td.TdClassName
{
border-color: #C2B048;
}
.TagClassName
{
border-color: #C2B048;
}
</style>