Shades of Sundance #C2B243
Tints of Sundance #C2B243
RGB
CMYK
RGB Variations
Color information
#C2B243 (or 0xC2B243) is known color: Sundance. HEX triplet: C2, B2 and 43. RGB value is (194,178,67). Sum of RGB (Red+Green+Blue) = 194+178+67=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B243 is #3D4DBC. Grayscale: #AAAAAA. Windows color (decimal): -4017597 or 4436674. OLE color: 4436674.
HSL color Cylindrical-coordinate representation of color #C2B243: hue angle of 52.44º 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 #C2B243 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 67 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.24 |
| HSL | 52.44º | 0.51% | 0.51% | - |
| HSV(B) | 52.44º | 0.65% | 0.76% | - |
| XYZ | 39.18 | 43.72 | 11.68 | - |
| YUV | 170.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 67 | 0 | 0.08 | 0.65 | 0.24 | 52.44 | 0.51 | 0.51 |
| Hex | C2 | B2 | 43 | 0 | 8 | 41 | 18 | 34 | 33 | 33 |
| Octal | 302 | 262 | 103 | 0 | 10 | 101 | 30 | 64 | 63 | 63 |
| Binary | 11000010 | 10110010 | 1000011 | 0 | 1000 | 1000001 | 11000 | 110100 | 110011 | 110011 |
Color Harmonies of #C2B243
Complementary color
Monochromatic Colors of #C2B243
Black with #C2B243
Text Example
Text Example
White with #C2B243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B243; }
p { color: rgb(194,178,67); }
H1.HeaderClassName
{
color: #C2B243;
}
.AnyTagClassName
{
color: #C2B243;
}
</style>
background-color css
<style>
a { background-color: #C2B243; }
a { background-color: rgb(194,178,67); }
div.DivClassName
{
background-color: #C2B243;
}
.BgClassName
{
background-color: #C2B243;
}
</style>
border-color css
<style>
span { border-color: #C2B243; }
span { border-color: rgb(194,178,67); }
td.TdClassName
{
border-color: #C2B243;
}
.TagClassName
{
border-color: #C2B243;
}
</style>