Shades of Sundance #C2A841
Tints of Sundance #C2A841
RGB
CMYK
RGB Variations
Color information
#C2A841 (or 0xC2A841) is known color: Sundance. HEX triplet: C2, A8 and 41. RGB value is (194,168,65). Sum of RGB (Red+Green+Blue) = 194+168+65=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A841 is #3D57BE. Grayscale: #A4A4A4. Windows color (decimal): -4020159 or 4303042. OLE color: 4303042.
HSL color Cylindrical-coordinate representation of color #C2A841: hue angle of 47.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2A841 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 65 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.24 |
| HSL | 47.91º | 0.51% | 0.51% | - |
| HSV(B) | 47.91º | 0.66% | 0.76% | - |
| XYZ | 37.2 | 39.86 | 10.73 | - |
| YUV | 164.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 65 | 0 | 0.13 | 0.66 | 0.24 | 47.91 | 0.51 | 0.51 |
| Hex | C2 | A8 | 41 | 0 | D | 42 | 18 | 30 | 33 | 33 |
| Octal | 302 | 250 | 101 | 0 | 15 | 102 | 30 | 60 | 63 | 63 |
| Binary | 11000010 | 10101000 | 1000001 | 0 | 1101 | 1000010 | 11000 | 110000 | 110011 | 110011 |
Color Harmonies of #C2A841
Complementary color
Monochromatic Colors of #C2A841
Black with #C2A841
Text Example
Text Example
White with #C2A841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A841; }
p { color: rgb(194,168,65); }
H1.HeaderClassName
{
color: #C2A841;
}
.AnyTagClassName
{
color: #C2A841;
}
</style>
background-color css
<style>
a { background-color: #C2A841; }
a { background-color: rgb(194,168,65); }
div.DivClassName
{
background-color: #C2A841;
}
.BgClassName
{
background-color: #C2A841;
}
</style>
border-color css
<style>
span { border-color: #C2A841; }
span { border-color: rgb(194,168,65); }
td.TdClassName
{
border-color: #C2A841;
}
.TagClassName
{
border-color: #C2A841;
}
</style>