Shades of Sundance #C2B455
Tints of Sundance #C2B455
RGB
CMYK
RGB Variations
Color information
#C2B455 (or 0xC2B455) is known color: Sundance. HEX triplet: C2, B4 and 55. RGB value is (194,180,85). Sum of RGB (Red+Green+Blue) = 194+180+85=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B455 is #3D4BAA. Grayscale: #ADADAD. Windows color (decimal): -4017067 or 5616834. OLE color: 5616834.
HSL color Cylindrical-coordinate representation of color #C2B455: hue angle of 52.29º 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 #C2B455 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 180 | 85 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.24 |
| HSL | 52.29º | 0.47% | 0.55% | - |
| HSV(B) | 52.29º | 0.56% | 0.76% | - |
| XYZ | 40.21 | 44.77 | 15.12 | - |
| YUV | 173.36 | 78.14 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 180 | 85 | 0 | 0.07 | 0.56 | 0.24 | 52.29 | 0.47 | 0.55 |
| Hex | C2 | B4 | 55 | 0 | 7 | 38 | 18 | 34 | 2F | 37 |
| Octal | 302 | 264 | 125 | 0 | 7 | 70 | 30 | 64 | 57 | 67 |
| Binary | 11000010 | 10110100 | 1010101 | 0 | 111 | 111000 | 11000 | 110100 | 101111 | 110111 |
Color Harmonies of #C2B455
Complementary color
Monochromatic Colors of #C2B455
Black with #C2B455
Text Example
Text Example
White with #C2B455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B455; }
p { color: rgb(194,180,85); }
H1.HeaderClassName
{
color: #C2B455;
}
.AnyTagClassName
{
color: #C2B455;
}
</style>
background-color css
<style>
a { background-color: #C2B455; }
a { background-color: rgb(194,180,85); }
div.DivClassName
{
background-color: #C2B455;
}
.BgClassName
{
background-color: #C2B455;
}
</style>
border-color css
<style>
span { border-color: #C2B455; }
span { border-color: rgb(194,180,85); }
td.TdClassName
{
border-color: #C2B455;
}
.TagClassName
{
border-color: #C2B455;
}
</style>