Shades of Sundance #C2B248
Tints of Sundance #C2B248
RGB
CMYK
RGB Variations
Color information
#C2B248 (or 0xC2B248) is known color: Sundance. HEX triplet: C2, B2 and 48. RGB value is (194,178,72). Sum of RGB (Red+Green+Blue) = 194+178+72=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B248 is #3D4DB7. Grayscale: #ABABAB. Windows color (decimal): -4017592 or 4764354. OLE color: 4764354.
HSL color Cylindrical-coordinate representation of color #C2B248: hue angle of 52.13º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2B248 is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 72 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.24 |
| HSL | 52.13º | 0.5% | 0.52% | - |
| HSV(B) | 52.13º | 0.63% | 0.76% | - |
| XYZ | 39.34 | 43.78 | 12.51 | - |
| YUV | 170.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 72 | 0 | 0.08 | 0.63 | 0.24 | 52.13 | 0.5 | 0.52 |
| Hex | C2 | B2 | 48 | 0 | 8 | 3F | 18 | 34 | 32 | 34 |
| Octal | 302 | 262 | 110 | 0 | 10 | 77 | 30 | 64 | 62 | 64 |
| Binary | 11000010 | 10110010 | 1001000 | 0 | 1000 | 111111 | 11000 | 110100 | 110010 | 110100 |
Color Harmonies of #C2B248
Complementary color
Monochromatic Colors of #C2B248
Black with #C2B248
Text Example
Text Example
White with #C2B248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B248; }
p { color: rgb(194,178,72); }
H1.HeaderClassName
{
color: #C2B248;
}
.AnyTagClassName
{
color: #C2B248;
}
</style>
background-color css
<style>
a { background-color: #C2B248; }
a { background-color: rgb(194,178,72); }
div.DivClassName
{
background-color: #C2B248;
}
.BgClassName
{
background-color: #C2B248;
}
</style>
border-color css
<style>
span { border-color: #C2B248; }
span { border-color: rgb(194,178,72); }
td.TdClassName
{
border-color: #C2B248;
}
.TagClassName
{
border-color: #C2B248;
}
</style>