Shades of Sundance #C1B153
Tints of Sundance #C1B153
RGB
CMYK
RGB Variations
Color information
#C1B153 (or 0xC1B153) is known color: Sundance. HEX triplet: C1, B1 and 53. RGB value is (193,177,83). Sum of RGB (Red+Green+Blue) = 193+177+83=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B153 is #3E4EAC. Grayscale: #ABABAB. Windows color (decimal): -4083373 or 5484993. OLE color: 5484993.
HSL color Cylindrical-coordinate representation of color #C1B153: hue angle of 51.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C1B153 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 83 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.24 |
| HSL | 51.27º | 0.47% | 0.54% | - |
| HSV(B) | 51.27º | 0.57% | 0.76% | - |
| XYZ | 39.28 | 43.41 | 14.49 | - |
| YUV | 171.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 83 | 0 | 0.08 | 0.57 | 0.24 | 51.27 | 0.47 | 0.54 |
| Hex | C1 | B1 | 53 | 0 | 8 | 39 | 18 | 33 | 2F | 36 |
| Octal | 301 | 261 | 123 | 0 | 10 | 71 | 30 | 63 | 57 | 66 |
| Binary | 11000001 | 10110001 | 1010011 | 0 | 1000 | 111001 | 11000 | 110011 | 101111 | 110110 |
Color Harmonies of #C1B153
Complementary color
Monochromatic Colors of #C1B153
Black with #C1B153
Text Example
Text Example
White with #C1B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B153; }
p { color: rgb(193,177,83); }
H1.HeaderClassName
{
color: #C1B153;
}
.AnyTagClassName
{
color: #C1B153;
}
</style>
background-color css
<style>
a { background-color: #C1B153; }
a { background-color: rgb(193,177,83); }
div.DivClassName
{
background-color: #C1B153;
}
.BgClassName
{
background-color: #C1B153;
}
</style>
border-color css
<style>
span { border-color: #C1B153; }
span { border-color: rgb(193,177,83); }
td.TdClassName
{
border-color: #C1B153;
}
.TagClassName
{
border-color: #C1B153;
}
</style>