Shades of Sundance #C3B145
Tints of Sundance #C3B145
RGB
CMYK
RGB Variations
Color information
#C3B145 (or 0xC3B145) is known color: Sundance. HEX triplet: C3, B1 and 45. RGB value is (195,177,69). Sum of RGB (Red+Green+Blue) = 195+177+69=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B145 is #3C4EBA. Grayscale: #AAAAAA. Windows color (decimal): -3952315 or 4567491. OLE color: 4567491.
HSL color Cylindrical-coordinate representation of color #C3B145: hue angle of 51.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3B145 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 69 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.24 |
| HSL | 51.43º | 0.51% | 0.52% | - |
| HSV(B) | 51.43º | 0.65% | 0.76% | - |
| XYZ | 39.3 | 43.48 | 11.95 | - |
| YUV | 170.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 69 | 0 | 0.09 | 0.65 | 0.24 | 51.43 | 0.51 | 0.52 |
| Hex | C3 | B1 | 45 | 0 | 9 | 41 | 18 | 33 | 33 | 34 |
| Octal | 303 | 261 | 105 | 0 | 11 | 101 | 30 | 63 | 63 | 64 |
| Binary | 11000011 | 10110001 | 1000101 | 0 | 1001 | 1000001 | 11000 | 110011 | 110011 | 110100 |
Color Harmonies of #C3B145
Complementary color
Monochromatic Colors of #C3B145
Black with #C3B145
Text Example
Text Example
White with #C3B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B145; }
p { color: rgb(195,177,69); }
H1.HeaderClassName
{
color: #C3B145;
}
.AnyTagClassName
{
color: #C3B145;
}
</style>
background-color css
<style>
a { background-color: #C3B145; }
a { background-color: rgb(195,177,69); }
div.DivClassName
{
background-color: #C3B145;
}
.BgClassName
{
background-color: #C3B145;
}
</style>
border-color css
<style>
span { border-color: #C3B145; }
span { border-color: rgb(195,177,69); }
td.TdClassName
{
border-color: #C3B145;
}
.TagClassName
{
border-color: #C3B145;
}
</style>