Shades of Sundance #CABA4E
Tints of Sundance #CABA4E
RGB
CMYK
RGB Variations
Color information
#CABA4E (or 0xCABA4E) is known color: Sundance. HEX triplet: CA, BA and 4E. RGB value is (202,186,78). Sum of RGB (Red+Green+Blue) = 202+186+78=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABA4E is #3545B1. Grayscale: #B2B2B2. Windows color (decimal): -3491250 or 5159626. OLE color: 5159626.
HSL color Cylindrical-coordinate representation of color #CABA4E: hue angle of 52.26º 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 #CABA4E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 186 | 78 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.21 |
| HSL | 52.26º | 0.54% | 0.55% | - |
| HSV(B) | 52.26º | 0.61% | 0.79% | - |
| XYZ | 43.29 | 48.22 | 14.23 | - |
| YUV | 178.47 | 71.3 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 78 | 0 | 0.08 | 0.61 | 0.21 | 52.26 | 0.54 | 0.55 |
| Hex | CA | BA | 4E | 0 | 8 | 3D | 15 | 34 | 36 | 37 |
| Octal | 312 | 272 | 116 | 0 | 10 | 75 | 25 | 64 | 66 | 67 |
| Binary | 11001010 | 10111010 | 1001110 | 0 | 1000 | 111101 | 10101 | 110100 | 110110 | 110111 |
Color Harmonies of #CABA4E
Complementary color
Monochromatic Colors of #CABA4E
Black with #CABA4E
Text Example
Text Example
White with #CABA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABA4E; }
p { color: rgb(202,186,78); }
H1.HeaderClassName
{
color: #CABA4E;
}
.AnyTagClassName
{
color: #CABA4E;
}
</style>
background-color css
<style>
a { background-color: #CABA4E; }
a { background-color: rgb(202,186,78); }
div.DivClassName
{
background-color: #CABA4E;
}
.BgClassName
{
background-color: #CABA4E;
}
</style>
border-color css
<style>
span { border-color: #CABA4E; }
span { border-color: rgb(202,186,78); }
td.TdClassName
{
border-color: #CABA4E;
}
.TagClassName
{
border-color: #CABA4E;
}
</style>