Shades of Sundance #C4B653
Tints of Sundance #C4B653
RGB
CMYK
RGB Variations
Color information
#C4B653 (or 0xC4B653) is known color: Sundance. HEX triplet: C4, B6 and 53. RGB value is (196,182,83). Sum of RGB (Red+Green+Blue) = 196+182+83=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 182 (71.48% from 255 or 39.48% from 461); Blue value is 83 (32.81% from 255 or 18.00% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B653 is #3B49AC. Grayscale: #AFAFAF. Windows color (decimal): -3885485 or 5486276. OLE color: 5486276.
HSL color Cylindrical-coordinate representation of color #C4B653: hue angle of 52.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4B653 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 83 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.23 |
| HSL | 52.57º | 0.49% | 0.55% | - |
| HSV(B) | 52.57º | 0.58% | 0.77% | - |
| XYZ | 41.05 | 45.82 | 14.86 | - |
| YUV | 174.9 | 76.14 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 83 | 0 | 0.07 | 0.58 | 0.23 | 52.57 | 0.49 | 0.55 |
| Hex | C4 | B6 | 53 | 0 | 7 | 3A | 17 | 35 | 31 | 37 |
| Octal | 304 | 266 | 123 | 0 | 7 | 72 | 27 | 65 | 61 | 67 |
| Binary | 11000100 | 10110110 | 1010011 | 0 | 111 | 111010 | 10111 | 110101 | 110001 | 110111 |
Color Harmonies of #C4B653
Complementary color
Monochromatic Colors of #C4B653
Black with #C4B653
Text Example
Text Example
White with #C4B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B653; }
p { color: rgb(196,182,83); }
H1.HeaderClassName
{
color: #C4B653;
}
.AnyTagClassName
{
color: #C4B653;
}
</style>
background-color css
<style>
a { background-color: #C4B653; }
a { background-color: rgb(196,182,83); }
div.DivClassName
{
background-color: #C4B653;
}
.BgClassName
{
background-color: #C4B653;
}
</style>
border-color css
<style>
span { border-color: #C4B653; }
span { border-color: rgb(196,182,83); }
td.TdClassName
{
border-color: #C4B653;
}
.TagClassName
{
border-color: #C4B653;
}
</style>