Shades of Sundance #CAB148
Tints of Sundance #CAB148
RGB
CMYK
RGB Variations
Color information
#CAB148 (or 0xCAB148) is known color: Sundance. HEX triplet: CA, B1 and 48. RGB value is (202,177,72). Sum of RGB (Red+Green+Blue) = 202+177+72=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB148 is #354EB7. Grayscale: #ACACAC. Windows color (decimal): -3493560 or 4764106. OLE color: 4764106.
HSL color Cylindrical-coordinate representation of color #CAB148: hue angle of 48.46º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAB148 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 72 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.21 |
| HSL | 48.46º | 0.55% | 0.54% | - |
| HSV(B) | 48.46º | 0.64% | 0.79% | - |
| XYZ | 41.25 | 44.47 | 12.54 | - |
| YUV | 172.51 | 71.28 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 72 | 0 | 0.12 | 0.64 | 0.21 | 48.46 | 0.55 | 0.54 |
| Hex | CA | B1 | 48 | 0 | C | 40 | 15 | 30 | 37 | 36 |
| Octal | 312 | 261 | 110 | 0 | 14 | 100 | 25 | 60 | 67 | 66 |
| Binary | 11001010 | 10110001 | 1001000 | 0 | 1100 | 1000000 | 10101 | 110000 | 110111 | 110110 |
Color Harmonies of #CAB148
Complementary color
Monochromatic Colors of #CAB148
Black with #CAB148
Text Example
Text Example
White with #CAB148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB148; }
p { color: rgb(202,177,72); }
H1.HeaderClassName
{
color: #CAB148;
}
.AnyTagClassName
{
color: #CAB148;
}
</style>
background-color css
<style>
a { background-color: #CAB148; }
a { background-color: rgb(202,177,72); }
div.DivClassName
{
background-color: #CAB148;
}
.BgClassName
{
background-color: #CAB148;
}
</style>
border-color css
<style>
span { border-color: #CAB148; }
span { border-color: rgb(202,177,72); }
td.TdClassName
{
border-color: #CAB148;
}
.TagClassName
{
border-color: #CAB148;
}
</style>