Shades of Sundance #C7B253
Tints of Sundance #C7B253
RGB
CMYK
RGB Variations
Color information
#C7B253 (or 0xC7B253) is known color: Sundance. HEX triplet: C7, B2 and 53. RGB value is (199,178,83). Sum of RGB (Red+Green+Blue) = 199+178+83=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B253 is #384DAC. Grayscale: #ADADAD. Windows color (decimal): -3689901 or 5485255. OLE color: 5485255.
HSL color Cylindrical-coordinate representation of color #C7B253: hue angle of 49.14º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7B253 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 178 | 83 | - |
CMYK | 0 | 0.11 | 0.58 | 0.22 |
HSL | 49.14º | 0.51% | 0.55% | - |
HSV(B) | 49.14º | 0.58% | 0.78% | - |
XYZ | 41.03 | 44.61 | 14.63 | - |
YUV | 173.45 | 76.96 | 146.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 178 | 83 | 0 | 0.11 | 0.58 | 0.22 | 49.14 | 0.51 | 0.55 |
Hex | C7 | B2 | 53 | 0 | B | 3A | 16 | 31 | 33 | 37 |
Octal | 307 | 262 | 123 | 0 | 13 | 72 | 26 | 61 | 63 | 67 |
Binary | 11000111 | 10110010 | 1010011 | 0 | 1011 | 111010 | 10110 | 110001 | 110011 | 110111 |
Color Harmonies of #C7B253
Complementary color
Monochromatic Colors of #C7B253
Black with #C7B253
Text Example
Text Example
White with #C7B253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B253; }
p { color: rgb(199,178,83); }
H1.HeaderClassName
{
color: #C7B253;
}
.AnyTagClassName
{
color: #C7B253;
}
</style>
background-color css
<style>
a { background-color: #C7B253; }
a { background-color: rgb(199,178,83); }
div.DivClassName
{
background-color: #C7B253;
}
.BgClassName
{
background-color: #C7B253;
}
</style>
border-color css
<style>
span { border-color: #C7B253; }
span { border-color: rgb(199,178,83); }
td.TdClassName
{
border-color: #C7B253;
}
.TagClassName
{
border-color: #C7B253;
}
</style>