Shades of Sundance #C2B24A
Tints of Sundance #C2B24A
RGB
CMYK
RGB Variations
Color information
#C2B24A (or 0xC2B24A) is known color: Sundance. HEX triplet: C2, B2 and 4A. RGB value is (194,178,74). Sum of RGB (Red+Green+Blue) = 194+178+74=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B24A is #3D4DB5. Grayscale: #ABABAB. Windows color (decimal): -4017590 or 4895426. OLE color: 4895426.
HSL color Cylindrical-coordinate representation of color #C2B24A: hue angle of 52º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2B24A is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 74 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.24 |
| HSL | 52º | 0.5% | 0.53% | - |
| HSV(B) | 52º | 0.62% | 0.76% | - |
| XYZ | 39.4 | 43.8 | 12.86 | - |
| YUV | 170.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 74 | 0 | 0.08 | 0.62 | 0.24 | 52 | 0.5 | 0.53 |
| Hex | C2 | B2 | 4A | 0 | 8 | 3E | 18 | 34 | 32 | 35 |
| Octal | 302 | 262 | 112 | 0 | 10 | 76 | 30 | 64 | 62 | 65 |
| Binary | 11000010 | 10110010 | 1001010 | 0 | 1000 | 111110 | 11000 | 110100 | 110010 | 110101 |
Color Harmonies of #C2B24A
Complementary color
Monochromatic Colors of #C2B24A
Black with #C2B24A
Text Example
Text Example
White with #C2B24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B24A; }
p { color: rgb(194,178,74); }
H1.HeaderClassName
{
color: #C2B24A;
}
.AnyTagClassName
{
color: #C2B24A;
}
</style>
background-color css
<style>
a { background-color: #C2B24A; }
a { background-color: rgb(194,178,74); }
div.DivClassName
{
background-color: #C2B24A;
}
.BgClassName
{
background-color: #C2B24A;
}
</style>
border-color css
<style>
span { border-color: #C2B24A; }
span { border-color: rgb(194,178,74); }
td.TdClassName
{
border-color: #C2B24A;
}
.TagClassName
{
border-color: #C2B24A;
}
</style>