Shades of Sundance #CA9F50
Tints of Sundance #CA9F50
RGB
CMYK
RGB Variations
Color information
#CA9F50 (or 0xCA9F50) is known color: Sundance. HEX triplet: CA, 9F and 50. RGB value is (202,159,80). Sum of RGB (Red+Green+Blue) = 202+159+80=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 80 (31.64% from 255 or 18.14% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9F50 is #3560AF. Grayscale: #A3A3A3. Windows color (decimal): -3498160 or 5283786. OLE color: 5283786.
HSL color Cylindrical-coordinate representation of color #CA9F50: hue angle of 38.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA9F50 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 80 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.21 |
| HSL | 38.85º | 0.54% | 0.55% | - |
| HSV(B) | 38.85º | 0.6% | 0.79% | - |
| XYZ | 38.2 | 37.93 | 12.9 | - |
| YUV | 162.85 | 81.25 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 80 | 0 | 0.21 | 0.60 | 0.21 | 38.85 | 0.54 | 0.55 |
| Hex | CA | 9F | 50 | 0 | 15 | 3C | 15 | 27 | 36 | 37 |
| Octal | 312 | 237 | 120 | 0 | 25 | 74 | 25 | 47 | 66 | 67 |
| Binary | 11001010 | 10011111 | 1010000 | 0 | 10101 | 111100 | 10101 | 100111 | 110110 | 110111 |
Color Harmonies of #CA9F50
Complementary color
Monochromatic Colors of #CA9F50
Black with #CA9F50
Text Example
Text Example
White with #CA9F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9F50; }
p { color: rgb(202,159,80); }
H1.HeaderClassName
{
color: #CA9F50;
}
.AnyTagClassName
{
color: #CA9F50;
}
</style>
background-color css
<style>
a { background-color: #CA9F50; }
a { background-color: rgb(202,159,80); }
div.DivClassName
{
background-color: #CA9F50;
}
.BgClassName
{
background-color: #CA9F50;
}
</style>
border-color css
<style>
span { border-color: #CA9F50; }
span { border-color: rgb(202,159,80); }
td.TdClassName
{
border-color: #CA9F50;
}
.TagClassName
{
border-color: #CA9F50;
}
</style>