Shades of Sundance #C89F52
Tints of Sundance #C89F52
RGB
CMYK
RGB Variations
Color information
#C89F52 (or 0xC89F52) is known color: Sundance. HEX triplet: C8, 9F and 52. RGB value is (200,159,82). Sum of RGB (Red+Green+Blue) = 200+159+82=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F52 is #3760AD. Grayscale: #A2A2A2. Windows color (decimal): -3629230 or 5414856. OLE color: 5414856.
HSL color Cylindrical-coordinate representation of color #C89F52: hue angle of 39.15º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C89F52 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 82 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.22 |
| HSL | 39.15º | 0.52% | 0.55% | - |
| HSV(B) | 39.15º | 0.59% | 0.78% | - |
| XYZ | 37.74 | 37.68 | 13.27 | - |
| YUV | 162.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 82 | 0 | 0.20 | 0.59 | 0.22 | 39.15 | 0.52 | 0.55 |
| Hex | C8 | 9F | 52 | 0 | 14 | 3B | 16 | 27 | 34 | 37 |
| Octal | 310 | 237 | 122 | 0 | 24 | 73 | 26 | 47 | 64 | 67 |
| Binary | 11001000 | 10011111 | 1010010 | 0 | 10100 | 111011 | 10110 | 100111 | 110100 | 110111 |
Color Harmonies of #C89F52
Complementary color
Monochromatic Colors of #C89F52
Black with #C89F52
Text Example
Text Example
White with #C89F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F52; }
p { color: rgb(200,159,82); }
H1.HeaderClassName
{
color: #C89F52;
}
.AnyTagClassName
{
color: #C89F52;
}
</style>
background-color css
<style>
a { background-color: #C89F52; }
a { background-color: rgb(200,159,82); }
div.DivClassName
{
background-color: #C89F52;
}
.BgClassName
{
background-color: #C89F52;
}
</style>
border-color css
<style>
span { border-color: #C89F52; }
span { border-color: rgb(200,159,82); }
td.TdClassName
{
border-color: #C89F52;
}
.TagClassName
{
border-color: #C89F52;
}
</style>