Shades of Sundance #C2B44C
Tints of Sundance #C2B44C
RGB
CMYK
RGB Variations
Color information
#C2B44C (or 0xC2B44C) is known color: Sundance. HEX triplet: C2, B4 and 4C. RGB value is (194,180,76). Sum of RGB (Red+Green+Blue) = 194+180+76=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B44C is #3D4BB3. Grayscale: #ACACAC. Windows color (decimal): -4017076 or 5027010. OLE color: 5027010.
HSL color Cylindrical-coordinate representation of color #C2B44C: hue angle of 52.88º 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 #C2B44C is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 76 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.24 |
| HSL | 52.88º | 0.49% | 0.53% | - |
| HSV(B) | 52.88º | 0.61% | 0.76% | - |
| XYZ | 39.87 | 44.63 | 13.35 | - |
| YUV | 172.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 76 | 0 | 0.07 | 0.61 | 0.24 | 52.88 | 0.49 | 0.53 |
| Hex | C2 | B4 | 4C | 0 | 7 | 3D | 18 | 35 | 31 | 35 |
| Octal | 302 | 264 | 114 | 0 | 7 | 75 | 30 | 65 | 61 | 65 |
| Binary | 11000010 | 10110100 | 1001100 | 0 | 111 | 111101 | 11000 | 110101 | 110001 | 110101 |
Color Harmonies of #C2B44C
Complementary color
Monochromatic Colors of #C2B44C
Black with #C2B44C
Text Example
Text Example
White with #C2B44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B44C; }
p { color: rgb(194,180,76); }
H1.HeaderClassName
{
color: #C2B44C;
}
.AnyTagClassName
{
color: #C2B44C;
}
</style>
background-color css
<style>
a { background-color: #C2B44C; }
a { background-color: rgb(194,180,76); }
div.DivClassName
{
background-color: #C2B44C;
}
.BgClassName
{
background-color: #C2B44C;
}
</style>
border-color css
<style>
span { border-color: #C2B44C; }
span { border-color: rgb(194,180,76); }
td.TdClassName
{
border-color: #C2B44C;
}
.TagClassName
{
border-color: #C2B44C;
}
</style>