Shades of Sundance #C89F4F
Tints of Sundance #C89F4F
RGB
CMYK
RGB Variations
Color information
#C89F4F (or 0xC89F4F) is known color: Sundance. HEX triplet: C8, 9F and 4F. RGB value is (200,159,79). Sum of RGB (Red+Green+Blue) = 200+159+79=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F4F is #3760B0. Grayscale: #A2A2A2. Windows color (decimal): -3629233 or 5218248. OLE color: 5218248.
HSL color Cylindrical-coordinate representation of color #C89F4F: hue angle of 39.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C89F4F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 79 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.22 |
| HSL | 39.67º | 0.52% | 0.55% | - |
| HSV(B) | 39.67º | 0.61% | 0.78% | - |
| XYZ | 37.63 | 37.64 | 12.68 | - |
| YUV | 162.14 | 81.08 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 79 | 0 | 0.20 | 0.60 | 0.22 | 39.67 | 0.52 | 0.55 |
| Hex | C8 | 9F | 4F | 0 | 14 | 3C | 16 | 28 | 34 | 37 |
| Octal | 310 | 237 | 117 | 0 | 24 | 74 | 26 | 50 | 64 | 67 |
| Binary | 11001000 | 10011111 | 1001111 | 0 | 10100 | 111100 | 10110 | 101000 | 110100 | 110111 |
Color Harmonies of #C89F4F
Complementary color
Monochromatic Colors of #C89F4F
Black with #C89F4F
Text Example
Text Example
White with #C89F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F4F; }
p { color: rgb(200,159,79); }
H1.HeaderClassName
{
color: #C89F4F;
}
.AnyTagClassName
{
color: #C89F4F;
}
</style>
background-color css
<style>
a { background-color: #C89F4F; }
a { background-color: rgb(200,159,79); }
div.DivClassName
{
background-color: #C89F4F;
}
.BgClassName
{
background-color: #C89F4F;
}
</style>
border-color css
<style>
span { border-color: #C89F4F; }
span { border-color: rgb(200,159,79); }
td.TdClassName
{
border-color: #C89F4F;
}
.TagClassName
{
border-color: #C89F4F;
}
</style>