Shades of Sundance #C2B355
Tints of Sundance #C2B355
RGB
CMYK
RGB Variations
Color information
#C2B355 (or 0xC2B355) is known color: Sundance. HEX triplet: C2, B3 and 55. RGB value is (194,179,85). Sum of RGB (Red+Green+Blue) = 194+179+85=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B355 is #3D4CAA. Grayscale: #ADADAD. Windows color (decimal): -4017323 or 5616578. OLE color: 5616578.
HSL color Cylindrical-coordinate representation of color #C2B355: hue angle of 51.74º 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 #C2B355 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 179 | 85 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.24 |
| HSL | 51.74º | 0.47% | 0.55% | - |
| HSV(B) | 51.74º | 0.56% | 0.76% | - |
| XYZ | 40.01 | 44.37 | 15.05 | - |
| YUV | 172.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 179 | 85 | 0 | 0.08 | 0.56 | 0.24 | 51.74 | 0.47 | 0.55 |
| Hex | C2 | B3 | 55 | 0 | 8 | 38 | 18 | 34 | 2F | 37 |
| Octal | 302 | 263 | 125 | 0 | 10 | 70 | 30 | 64 | 57 | 67 |
| Binary | 11000010 | 10110011 | 1010101 | 0 | 1000 | 111000 | 11000 | 110100 | 101111 | 110111 |
Color Harmonies of #C2B355
Complementary color
Monochromatic Colors of #C2B355
Black with #C2B355
Text Example
Text Example
White with #C2B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B355; }
p { color: rgb(194,179,85); }
H1.HeaderClassName
{
color: #C2B355;
}
.AnyTagClassName
{
color: #C2B355;
}
</style>
background-color css
<style>
a { background-color: #C2B355; }
a { background-color: rgb(194,179,85); }
div.DivClassName
{
background-color: #C2B355;
}
.BgClassName
{
background-color: #C2B355;
}
</style>
border-color css
<style>
span { border-color: #C2B355; }
span { border-color: rgb(194,179,85); }
td.TdClassName
{
border-color: #C2B355;
}
.TagClassName
{
border-color: #C2B355;
}
</style>