Shades of Sundance #CA9F4E
Tints of Sundance #CA9F4E
RGB
CMYK
RGB Variations
Color information
#CA9F4E (or 0xCA9F4E) is known color: Sundance. HEX triplet: CA, 9F and 4E. RGB value is (202,159,78). Sum of RGB (Red+Green+Blue) = 202+159+78=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F4E is #3560B1. Grayscale: #A2A2A2. Windows color (decimal): -3498162 or 5152714. OLE color: 5152714.
HSL color Cylindrical-coordinate representation of color #CA9F4E: hue angle of 39.19º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA9F4E is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 78 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.21 |
| HSL | 39.19º | 0.54% | 0.55% | - |
| HSV(B) | 39.19º | 0.61% | 0.79% | - |
| XYZ | 38.13 | 37.9 | 12.51 | - |
| YUV | 162.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 78 | 0 | 0.21 | 0.61 | 0.21 | 39.19 | 0.54 | 0.55 |
| Hex | CA | 9F | 4E | 0 | 15 | 3D | 15 | 27 | 36 | 37 |
| Octal | 312 | 237 | 116 | 0 | 25 | 75 | 25 | 47 | 66 | 67 |
| Binary | 11001010 | 10011111 | 1001110 | 0 | 10101 | 111101 | 10101 | 100111 | 110110 | 110111 |
Color Harmonies of #CA9F4E
Complementary color
Monochromatic Colors of #CA9F4E
Black with #CA9F4E
Text Example
Text Example
White with #CA9F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F4E; }
p { color: rgb(202,159,78); }
H1.HeaderClassName
{
color: #CA9F4E;
}
.AnyTagClassName
{
color: #CA9F4E;
}
</style>
background-color css
<style>
a { background-color: #CA9F4E; }
a { background-color: rgb(202,159,78); }
div.DivClassName
{
background-color: #CA9F4E;
}
.BgClassName
{
background-color: #CA9F4E;
}
</style>
border-color css
<style>
span { border-color: #CA9F4E; }
span { border-color: rgb(202,159,78); }
td.TdClassName
{
border-color: #CA9F4E;
}
.TagClassName
{
border-color: #CA9F4E;
}
</style>