Shades of Sundance #C2B84C
Tints of Sundance #C2B84C
RGB
CMYK
RGB Variations
Color information
#C2B84C (or 0xC2B84C) is known color: Sundance. HEX triplet: C2, B8 and 4C. RGB value is (194,184,76). Sum of RGB (Red+Green+Blue) = 194+184+76=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B84C is #3D47B3. Grayscale: #AFAFAF. Windows color (decimal): -4016052 or 5028034. OLE color: 5028034.
HSL color Cylindrical-coordinate representation of color #C2B84C: hue angle of 54.92º 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 #C2B84C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 76 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.24 |
| HSL | 54.92º | 0.49% | 0.53% | - |
| HSV(B) | 54.92º | 0.61% | 0.76% | - |
| XYZ | 40.69 | 46.27 | 13.62 | - |
| YUV | 174.68 | 72.31 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 76 | 0 | 0.05 | 0.61 | 0.24 | 54.92 | 0.49 | 0.53 |
| Hex | C2 | B8 | 4C | 0 | 5 | 3D | 18 | 37 | 31 | 35 |
| Octal | 302 | 270 | 114 | 0 | 5 | 75 | 30 | 67 | 61 | 65 |
| Binary | 11000010 | 10111000 | 1001100 | 0 | 101 | 111101 | 11000 | 110111 | 110001 | 110101 |
Color Harmonies of #C2B84C
Complementary color
Monochromatic Colors of #C2B84C
Black with #C2B84C
Text Example
Text Example
White with #C2B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B84C; }
p { color: rgb(194,184,76); }
H1.HeaderClassName
{
color: #C2B84C;
}
.AnyTagClassName
{
color: #C2B84C;
}
</style>
background-color css
<style>
a { background-color: #C2B84C; }
a { background-color: rgb(194,184,76); }
div.DivClassName
{
background-color: #C2B84C;
}
.BgClassName
{
background-color: #C2B84C;
}
</style>
border-color css
<style>
span { border-color: #C2B84C; }
span { border-color: rgb(194,184,76); }
td.TdClassName
{
border-color: #C2B84C;
}
.TagClassName
{
border-color: #C2B84C;
}
</style>