Shades of Sundance #C2B74F
Tints of Sundance #C2B74F
RGB
CMYK
RGB Variations
Color information
#C2B74F (or 0xC2B74F) is known color: Sundance. HEX triplet: C2, B7 and 4F. RGB value is (194,183,79). Sum of RGB (Red+Green+Blue) = 194+183+79=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B74F is #3D48B0. Grayscale: #AEAEAE. Windows color (decimal): -4016305 or 5224386. OLE color: 5224386.
HSL color Cylindrical-coordinate representation of color #C2B74F: hue angle of 54.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2B74F is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 79 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.24 |
| HSL | 54.26º | 0.49% | 0.54% | - |
| HSV(B) | 54.26º | 0.59% | 0.76% | - |
| XYZ | 40.59 | 45.9 | 14.12 | - |
| YUV | 174.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 79 | 0 | 0.06 | 0.59 | 0.24 | 54.26 | 0.49 | 0.54 |
| Hex | C2 | B7 | 4F | 0 | 6 | 3B | 18 | 36 | 31 | 36 |
| Octal | 302 | 267 | 117 | 0 | 6 | 73 | 30 | 66 | 61 | 66 |
| Binary | 11000010 | 10110111 | 1001111 | 0 | 110 | 111011 | 11000 | 110110 | 110001 | 110110 |
Color Harmonies of #C2B74F
Complementary color
Monochromatic Colors of #C2B74F
Black with #C2B74F
Text Example
Text Example
White with #C2B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B74F; }
p { color: rgb(194,183,79); }
H1.HeaderClassName
{
color: #C2B74F;
}
.AnyTagClassName
{
color: #C2B74F;
}
</style>
background-color css
<style>
a { background-color: #C2B74F; }
a { background-color: rgb(194,183,79); }
div.DivClassName
{
background-color: #C2B74F;
}
.BgClassName
{
background-color: #C2B74F;
}
</style>
border-color css
<style>
span { border-color: #C2B74F; }
span { border-color: rgb(194,183,79); }
td.TdClassName
{
border-color: #C2B74F;
}
.TagClassName
{
border-color: #C2B74F;
}
</style>