Shades of Sundance #CAB150
Tints of Sundance #CAB150
RGB
CMYK
RGB Variations
Color information
#CAB150 (or 0xCAB150) is known color: Sundance. HEX triplet: CA, B1 and 50. RGB value is (202,177,80). Sum of RGB (Red+Green+Blue) = 202+177+80=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB150 is #354EAF. Grayscale: #ADADAD. Windows color (decimal): -3493552 or 5288394. OLE color: 5288394.
HSL color Cylindrical-coordinate representation of color #CAB150: hue angle of 47.7º 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 #CAB150 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 80 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.21 |
| HSL | 47.7º | 0.54% | 0.55% | - |
| HSV(B) | 47.7º | 0.6% | 0.79% | - |
| XYZ | 41.53 | 44.58 | 14.01 | - |
| YUV | 173.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 80 | 0 | 0.12 | 0.60 | 0.21 | 47.7 | 0.54 | 0.55 |
| Hex | CA | B1 | 50 | 0 | C | 3C | 15 | 30 | 36 | 37 |
| Octal | 312 | 261 | 120 | 0 | 14 | 74 | 25 | 60 | 66 | 67 |
| Binary | 11001010 | 10110001 | 1010000 | 0 | 1100 | 111100 | 10101 | 110000 | 110110 | 110111 |
Color Harmonies of #CAB150
Complementary color
Monochromatic Colors of #CAB150
Black with #CAB150
Text Example
Text Example
White with #CAB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB150; }
p { color: rgb(202,177,80); }
H1.HeaderClassName
{
color: #CAB150;
}
.AnyTagClassName
{
color: #CAB150;
}
</style>
background-color css
<style>
a { background-color: #CAB150; }
a { background-color: rgb(202,177,80); }
div.DivClassName
{
background-color: #CAB150;
}
.BgClassName
{
background-color: #CAB150;
}
</style>
border-color css
<style>
span { border-color: #CAB150; }
span { border-color: rgb(202,177,80); }
td.TdClassName
{
border-color: #CAB150;
}
.TagClassName
{
border-color: #CAB150;
}
</style>