Shades of Sundance #C2B74B
Tints of Sundance #C2B74B
RGB
CMYK
RGB Variations
Color information
#C2B74B (or 0xC2B74B) is known color: Sundance. HEX triplet: C2, B7 and 4B. RGB value is (194,183,75). Sum of RGB (Red+Green+Blue) = 194+183+75=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B74B is #3D48B4. Grayscale: #AEAEAE. Windows color (decimal): -4016309 or 4962242. OLE color: 4962242.
HSL color Cylindrical-coordinate representation of color #C2B74B: hue angle of 54.45º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2B74B is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 75 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.24 |
| HSL | 54.45º | 0.49% | 0.53% | - |
| HSV(B) | 54.45º | 0.61% | 0.76% | - |
| XYZ | 40.45 | 45.84 | 13.37 | - |
| YUV | 173.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 75 | 0 | 0.06 | 0.61 | 0.24 | 54.45 | 0.49 | 0.53 |
| Hex | C2 | B7 | 4B | 0 | 6 | 3D | 18 | 36 | 31 | 35 |
| Octal | 302 | 267 | 113 | 0 | 6 | 75 | 30 | 66 | 61 | 65 |
| Binary | 11000010 | 10110111 | 1001011 | 0 | 110 | 111101 | 11000 | 110110 | 110001 | 110101 |
Color Harmonies of #C2B74B
Complementary color
Monochromatic Colors of #C2B74B
Black with #C2B74B
Text Example
Text Example
White with #C2B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B74B; }
p { color: rgb(194,183,75); }
H1.HeaderClassName
{
color: #C2B74B;
}
.AnyTagClassName
{
color: #C2B74B;
}
</style>
background-color css
<style>
a { background-color: #C2B74B; }
a { background-color: rgb(194,183,75); }
div.DivClassName
{
background-color: #C2B74B;
}
.BgClassName
{
background-color: #C2B74B;
}
</style>
border-color css
<style>
span { border-color: #C2B74B; }
span { border-color: rgb(194,183,75); }
td.TdClassName
{
border-color: #C2B74B;
}
.TagClassName
{
border-color: #C2B74B;
}
</style>