Shades of Sundance #C2B454
Tints of Sundance #C2B454
RGB
CMYK
RGB Variations
Color information
#C2B454 (or 0xC2B454) is known color: Sundance. HEX triplet: C2, B4 and 54. RGB value is (194,180,84). Sum of RGB (Red+Green+Blue) = 194+180+84=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B454 is #3D4BAB. Grayscale: #ADADAD. Windows color (decimal): -4017068 or 5551298. OLE color: 5551298.
HSL color Cylindrical-coordinate representation of color #C2B454: hue angle of 52.36º 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 #C2B454 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 84 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.24 |
| HSL | 52.36º | 0.47% | 0.55% | - |
| HSV(B) | 52.36º | 0.57% | 0.76% | - |
| XYZ | 40.17 | 44.75 | 14.91 | - |
| YUV | 173.24 | 77.64 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 84 | 0 | 0.07 | 0.57 | 0.24 | 52.36 | 0.47 | 0.55 |
| Hex | C2 | B4 | 54 | 0 | 7 | 39 | 18 | 34 | 2F | 37 |
| Octal | 302 | 264 | 124 | 0 | 7 | 71 | 30 | 64 | 57 | 67 |
| Binary | 11000010 | 10110100 | 1010100 | 0 | 111 | 111001 | 11000 | 110100 | 101111 | 110111 |
Color Harmonies of #C2B454
Complementary color
Monochromatic Colors of #C2B454
Black with #C2B454
Text Example
Text Example
White with #C2B454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B454; }
p { color: rgb(194,180,84); }
H1.HeaderClassName
{
color: #C2B454;
}
.AnyTagClassName
{
color: #C2B454;
}
</style>
background-color css
<style>
a { background-color: #C2B454; }
a { background-color: rgb(194,180,84); }
div.DivClassName
{
background-color: #C2B454;
}
.BgClassName
{
background-color: #C2B454;
}
</style>
border-color css
<style>
span { border-color: #C2B454; }
span { border-color: rgb(194,180,84); }
td.TdClassName
{
border-color: #C2B454;
}
.TagClassName
{
border-color: #C2B454;
}
</style>