Shades of Sundance #C2B554
Tints of Sundance #C2B554
RGB
CMYK
RGB Variations
Color information
#C2B554 (or 0xC2B554) is known color: Sundance. HEX triplet: C2, B5 and 54. RGB value is (194,181,84). Sum of RGB (Red+Green+Blue) = 194+181+84=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 84 (33.20% from 255 or 18.30% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B554 is #3D4AAB. Grayscale: #AEAEAE. Windows color (decimal): -4016812 or 5551554. OLE color: 5551554.
HSL color Cylindrical-coordinate representation of color #C2B554: hue angle of 52.91º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2B554 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 84 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.24 |
| HSL | 52.91º | 0.47% | 0.55% | - |
| HSV(B) | 52.91º | 0.57% | 0.76% | - |
| XYZ | 40.37 | 45.16 | 14.98 | - |
| YUV | 173.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 84 | 0 | 0.07 | 0.57 | 0.24 | 52.91 | 0.47 | 0.55 |
| Hex | C2 | B5 | 54 | 0 | 7 | 39 | 18 | 35 | 2F | 37 |
| Octal | 302 | 265 | 124 | 0 | 7 | 71 | 30 | 65 | 57 | 67 |
| Binary | 11000010 | 10110101 | 1010100 | 0 | 111 | 111001 | 11000 | 110101 | 101111 | 110111 |
Color Harmonies of #C2B554
Complementary color
Monochromatic Colors of #C2B554
Black with #C2B554
Text Example
Text Example
White with #C2B554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B554; }
p { color: rgb(194,181,84); }
H1.HeaderClassName
{
color: #C2B554;
}
.AnyTagClassName
{
color: #C2B554;
}
</style>
background-color css
<style>
a { background-color: #C2B554; }
a { background-color: rgb(194,181,84); }
div.DivClassName
{
background-color: #C2B554;
}
.BgClassName
{
background-color: #C2B554;
}
</style>
border-color css
<style>
span { border-color: #C2B554; }
span { border-color: rgb(194,181,84); }
td.TdClassName
{
border-color: #C2B554;
}
.TagClassName
{
border-color: #C2B554;
}
</style>