Shades of Sundance #CAB254
Tints of Sundance #CAB254
RGB
CMYK
RGB Variations
Color information
#CAB254 (or 0xCAB254) is known color: Sundance. HEX triplet: CA, B2 and 54. RGB value is (202,178,84). Sum of RGB (Red+Green+Blue) = 202+178+84=464 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.53% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB254 is #354DAB. Grayscale: #AEAEAE. Windows color (decimal): -3493292 or 5550794. OLE color: 5550794.
HSL color Cylindrical-coordinate representation of color #CAB254: hue angle of 47.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAB254 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 84 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.21 |
| HSL | 47.8º | 0.53% | 0.56% | - |
| HSV(B) | 47.8º | 0.58% | 0.79% | - |
| XYZ | 41.88 | 45.04 | 14.87 | - |
| YUV | 174.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 84 | 0 | 0.12 | 0.58 | 0.21 | 47.8 | 0.53 | 0.56 |
| Hex | CA | B2 | 54 | 0 | C | 3A | 15 | 30 | 35 | 38 |
| Octal | 312 | 262 | 124 | 0 | 14 | 72 | 25 | 60 | 65 | 70 |
| Binary | 11001010 | 10110010 | 1010100 | 0 | 1100 | 111010 | 10101 | 110000 | 110101 | 111000 |
Color Harmonies of #CAB254
Complementary color
Monochromatic Colors of #CAB254
Black with #CAB254
Text Example
Text Example
White with #CAB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB254; }
p { color: rgb(202,178,84); }
H1.HeaderClassName
{
color: #CAB254;
}
.AnyTagClassName
{
color: #CAB254;
}
</style>
background-color css
<style>
a { background-color: #CAB254; }
a { background-color: rgb(202,178,84); }
div.DivClassName
{
background-color: #CAB254;
}
.BgClassName
{
background-color: #CAB254;
}
</style>
border-color css
<style>
span { border-color: #CAB254; }
span { border-color: rgb(202,178,84); }
td.TdClassName
{
border-color: #CAB254;
}
.TagClassName
{
border-color: #CAB254;
}
</style>