Shades of Sundance #C7B44C
Tints of Sundance #C7B44C
RGB
CMYK
RGB Variations
Color information
#C7B44C (or 0xC7B44C) is known color: Sundance. HEX triplet: C7, B4 and 4C. RGB value is (199,180,76). Sum of RGB (Red+Green+Blue) = 199+180+76=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B44C is #384BB3. Grayscale: #AEAEAE. Windows color (decimal): -3689396 or 5027015. OLE color: 5027015.
HSL color Cylindrical-coordinate representation of color #C7B44C: hue angle of 50.73º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7B44C is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 76 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.22 |
| HSL | 50.73º | 0.52% | 0.54% | - |
| HSV(B) | 50.73º | 0.62% | 0.78% | - |
| XYZ | 41.18 | 45.31 | 13.41 | - |
| YUV | 173.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 76 | 0 | 0.10 | 0.62 | 0.22 | 50.73 | 0.52 | 0.54 |
| Hex | C7 | B4 | 4C | 0 | A | 3E | 16 | 33 | 34 | 36 |
| Octal | 307 | 264 | 114 | 0 | 12 | 76 | 26 | 63 | 64 | 66 |
| Binary | 11000111 | 10110100 | 1001100 | 0 | 1010 | 111110 | 10110 | 110011 | 110100 | 110110 |
Color Harmonies of #C7B44C
Complementary color
Monochromatic Colors of #C7B44C
Black with #C7B44C
Text Example
Text Example
White with #C7B44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B44C; }
p { color: rgb(199,180,76); }
H1.HeaderClassName
{
color: #C7B44C;
}
.AnyTagClassName
{
color: #C7B44C;
}
</style>
background-color css
<style>
a { background-color: #C7B44C; }
a { background-color: rgb(199,180,76); }
div.DivClassName
{
background-color: #C7B44C;
}
.BgClassName
{
background-color: #C7B44C;
}
</style>
border-color css
<style>
span { border-color: #C7B44C; }
span { border-color: rgb(199,180,76); }
td.TdClassName
{
border-color: #C7B44C;
}
.TagClassName
{
border-color: #C7B44C;
}
</style>