Shades of Sundance #C2B255
Tints of Sundance #C2B255
RGB
CMYK
RGB Variations
Color information
#C2B255 (or 0xC2B255) is known color: Sundance. HEX triplet: C2, B2 and 55. RGB value is (194,178,85). Sum of RGB (Red+Green+Blue) = 194+178+85=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B255 is #3D4DAA. Grayscale: #ACACAC. Windows color (decimal): -4017579 or 5616322. OLE color: 5616322.
HSL color Cylindrical-coordinate representation of color #C2B255: hue angle of 51.19º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2B255 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 178 | 85 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.24 |
| HSL | 51.19º | 0.47% | 0.55% | - |
| HSV(B) | 51.19º | 0.56% | 0.76% | - |
| XYZ | 39.81 | 43.97 | 14.98 | - |
| YUV | 172.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 85 | 0 | 0.08 | 0.56 | 0.24 | 51.19 | 0.47 | 0.55 |
| Hex | C2 | B2 | 55 | 0 | 8 | 38 | 18 | 33 | 2F | 37 |
| Octal | 302 | 262 | 125 | 0 | 10 | 70 | 30 | 63 | 57 | 67 |
| Binary | 11000010 | 10110010 | 1010101 | 0 | 1000 | 111000 | 11000 | 110011 | 101111 | 110111 |
Color Harmonies of #C2B255
Complementary color
Monochromatic Colors of #C2B255
Black with #C2B255
Text Example
Text Example
White with #C2B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B255; }
p { color: rgb(194,178,85); }
H1.HeaderClassName
{
color: #C2B255;
}
.AnyTagClassName
{
color: #C2B255;
}
</style>
background-color css
<style>
a { background-color: #C2B255; }
a { background-color: rgb(194,178,85); }
div.DivClassName
{
background-color: #C2B255;
}
.BgClassName
{
background-color: #C2B255;
}
</style>
border-color css
<style>
span { border-color: #C2B255; }
span { border-color: rgb(194,178,85); }
td.TdClassName
{
border-color: #C2B255;
}
.TagClassName
{
border-color: #C2B255;
}
</style>