Shades of Sundance #C2B64C
Tints of Sundance #C2B64C
RGB
CMYK
RGB Variations
Color information
#C2B64C (or 0xC2B64C) is known color: Sundance. HEX triplet: C2, B6 and 4C. RGB value is (194,182,76). Sum of RGB (Red+Green+Blue) = 194+182+76=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B64C is #3D49B3. Grayscale: #ADADAD. Windows color (decimal): -4016564 or 5027522. OLE color: 5027522.
HSL color Cylindrical-coordinate representation of color #C2B64C: hue angle of 53.9º 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 #C2B64C is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 182 | 76 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.24 |
| HSL | 53.9º | 0.49% | 0.53% | - |
| HSV(B) | 53.9º | 0.61% | 0.76% | - |
| XYZ | 40.28 | 45.45 | 13.49 | - |
| YUV | 173.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 182 | 76 | 0 | 0.06 | 0.61 | 0.24 | 53.9 | 0.49 | 0.53 |
| Hex | C2 | B6 | 4C | 0 | 6 | 3D | 18 | 36 | 31 | 35 |
| Octal | 302 | 266 | 114 | 0 | 6 | 75 | 30 | 66 | 61 | 65 |
| Binary | 11000010 | 10110110 | 1001100 | 0 | 110 | 111101 | 11000 | 110110 | 110001 | 110101 |
Color Harmonies of #C2B64C
Complementary color
Monochromatic Colors of #C2B64C
Black with #C2B64C
Text Example
Text Example
White with #C2B64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B64C; }
p { color: rgb(194,182,76); }
H1.HeaderClassName
{
color: #C2B64C;
}
.AnyTagClassName
{
color: #C2B64C;
}
</style>
background-color css
<style>
a { background-color: #C2B64C; }
a { background-color: rgb(194,182,76); }
div.DivClassName
{
background-color: #C2B64C;
}
.BgClassName
{
background-color: #C2B64C;
}
</style>
border-color css
<style>
span { border-color: #C2B64C; }
span { border-color: rgb(194,182,76); }
td.TdClassName
{
border-color: #C2B64C;
}
.TagClassName
{
border-color: #C2B64C;
}
</style>