Shades of Sundance #C2B344
Tints of Sundance #C2B344
RGB
CMYK
RGB Variations
Color information
#C2B344 (or 0xC2B344) is known color: Sundance. HEX triplet: C2, B3 and 44. RGB value is (194,179,68). Sum of RGB (Red+Green+Blue) = 194+179+68=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B344 is #3D4CBB. Grayscale: #ABABAB. Windows color (decimal): -4017340 or 4502466. OLE color: 4502466.
HSL color Cylindrical-coordinate representation of color #C2B344: hue angle of 52.86º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2B344 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 68 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.24 |
| HSL | 52.86º | 0.51% | 0.51% | - |
| HSV(B) | 52.86º | 0.65% | 0.76% | - |
| XYZ | 39.41 | 44.13 | 11.91 | - |
| YUV | 170.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 68 | 0 | 0.08 | 0.65 | 0.24 | 52.86 | 0.51 | 0.51 |
| Hex | C2 | B3 | 44 | 0 | 8 | 41 | 18 | 35 | 33 | 33 |
| Octal | 302 | 263 | 104 | 0 | 10 | 101 | 30 | 65 | 63 | 63 |
| Binary | 11000010 | 10110011 | 1000100 | 0 | 1000 | 1000001 | 11000 | 110101 | 110011 | 110011 |
Color Harmonies of #C2B344
Complementary color
Monochromatic Colors of #C2B344
Black with #C2B344
Text Example
Text Example
White with #C2B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B344; }
p { color: rgb(194,179,68); }
H1.HeaderClassName
{
color: #C2B344;
}
.AnyTagClassName
{
color: #C2B344;
}
</style>
background-color css
<style>
a { background-color: #C2B344; }
a { background-color: rgb(194,179,68); }
div.DivClassName
{
background-color: #C2B344;
}
.BgClassName
{
background-color: #C2B344;
}
</style>
border-color css
<style>
span { border-color: #C2B344; }
span { border-color: rgb(194,179,68); }
td.TdClassName
{
border-color: #C2B344;
}
.TagClassName
{
border-color: #C2B344;
}
</style>