Shades of Sundance #C1B245
Tints of Sundance #C1B245
RGB
CMYK
RGB Variations
Color information
#C1B245 (or 0xC1B245) is known color: Sundance. HEX triplet: C1, B2 and 45. RGB value is (193,178,69). Sum of RGB (Red+Green+Blue) = 193+178+69=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B245 is #3E4DBA. Grayscale: #AAAAAA. Windows color (decimal): -4083131 or 4567745. OLE color: 4567745.
HSL color Cylindrical-coordinate representation of color #C1B245: hue angle of 52.74º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1B245 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 178 | 69 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.24 |
| HSL | 52.74º | 0.5% | 0.51% | - |
| HSV(B) | 52.74º | 0.64% | 0.76% | - |
| XYZ | 38.99 | 43.61 | 11.99 | - |
| YUV | 170.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 69 | 0 | 0.08 | 0.64 | 0.24 | 52.74 | 0.5 | 0.51 |
| Hex | C1 | B2 | 45 | 0 | 8 | 40 | 18 | 35 | 32 | 33 |
| Octal | 301 | 262 | 105 | 0 | 10 | 100 | 30 | 65 | 62 | 63 |
| Binary | 11000001 | 10110010 | 1000101 | 0 | 1000 | 1000000 | 11000 | 110101 | 110010 | 110011 |
Color Harmonies of #C1B245
Complementary color
Monochromatic Colors of #C1B245
Black with #C1B245
Text Example
Text Example
White with #C1B245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B245; }
p { color: rgb(193,178,69); }
H1.HeaderClassName
{
color: #C1B245;
}
.AnyTagClassName
{
color: #C1B245;
}
</style>
background-color css
<style>
a { background-color: #C1B245; }
a { background-color: rgb(193,178,69); }
div.DivClassName
{
background-color: #C1B245;
}
.BgClassName
{
background-color: #C1B245;
}
</style>
border-color css
<style>
span { border-color: #C1B245; }
span { border-color: rgb(193,178,69); }
td.TdClassName
{
border-color: #C1B245;
}
.TagClassName
{
border-color: #C1B245;
}
</style>