Shades of Sundance #CAB951
Tints of Sundance #CAB951
RGB
CMYK
RGB Variations
Color information
#CAB951 (or 0xCAB951) is known color: Sundance. HEX triplet: CA, B9 and 51. RGB value is (202,185,81). Sum of RGB (Red+Green+Blue) = 202+185+81=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB951 is #3546AE. Grayscale: #B2B2B2. Windows color (decimal): -3491503 or 5355978. OLE color: 5355978.
HSL color Cylindrical-coordinate representation of color #CAB951: hue angle of 51.57º degrees, saturation: 0.53, 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 #CAB951 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 81 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.21 |
| HSL | 51.57º | 0.53% | 0.55% | - |
| HSV(B) | 51.57º | 0.6% | 0.79% | - |
| XYZ | 43.19 | 47.85 | 14.74 | - |
| YUV | 178.23 | 73.13 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 81 | 0 | 0.08 | 0.60 | 0.21 | 51.57 | 0.53 | 0.55 |
| Hex | CA | B9 | 51 | 0 | 8 | 3C | 15 | 34 | 35 | 37 |
| Octal | 312 | 271 | 121 | 0 | 10 | 74 | 25 | 64 | 65 | 67 |
| Binary | 11001010 | 10111001 | 1010001 | 0 | 1000 | 111100 | 10101 | 110100 | 110101 | 110111 |
Color Harmonies of #CAB951
Complementary color
Monochromatic Colors of #CAB951
Black with #CAB951
Text Example
Text Example
White with #CAB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB951; }
p { color: rgb(202,185,81); }
H1.HeaderClassName
{
color: #CAB951;
}
.AnyTagClassName
{
color: #CAB951;
}
</style>
background-color css
<style>
a { background-color: #CAB951; }
a { background-color: rgb(202,185,81); }
div.DivClassName
{
background-color: #CAB951;
}
.BgClassName
{
background-color: #CAB951;
}
</style>
border-color css
<style>
span { border-color: #CAB951; }
span { border-color: rgb(202,185,81); }
td.TdClassName
{
border-color: #CAB951;
}
.TagClassName
{
border-color: #CAB951;
}
</style>