Shades of Sundance #CAB351
Tints of Sundance #CAB351
RGB
CMYK
RGB Variations
Color information
#CAB351 (or 0xCAB351) is known color: Sundance. HEX triplet: CA, B3 and 51. RGB value is (202,179,81). Sum of RGB (Red+Green+Blue) = 202+179+81=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 81 (32.03% from 255 or 17.53% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB351 is #354CAE. Grayscale: #AFAFAF. Windows color (decimal): -3493039 or 5354442. OLE color: 5354442.
HSL color Cylindrical-coordinate representation of color #CAB351: hue angle of 48.6º 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 #CAB351 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 81 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.21 |
| HSL | 48.6º | 0.53% | 0.55% | - |
| HSV(B) | 48.6º | 0.6% | 0.79% | - |
| XYZ | 41.96 | 45.39 | 14.33 | - |
| YUV | 174.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 81 | 0 | 0.11 | 0.60 | 0.21 | 48.6 | 0.53 | 0.55 |
| Hex | CA | B3 | 51 | 0 | B | 3C | 15 | 31 | 35 | 37 |
| Octal | 312 | 263 | 121 | 0 | 13 | 74 | 25 | 61 | 65 | 67 |
| Binary | 11001010 | 10110011 | 1010001 | 0 | 1011 | 111100 | 10101 | 110001 | 110101 | 110111 |
Color Harmonies of #CAB351
Complementary color
Monochromatic Colors of #CAB351
Black with #CAB351
Text Example
Text Example
White with #CAB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB351; }
p { color: rgb(202,179,81); }
H1.HeaderClassName
{
color: #CAB351;
}
.AnyTagClassName
{
color: #CAB351;
}
</style>
background-color css
<style>
a { background-color: #CAB351; }
a { background-color: rgb(202,179,81); }
div.DivClassName
{
background-color: #CAB351;
}
.BgClassName
{
background-color: #CAB351;
}
</style>
border-color css
<style>
span { border-color: #CAB351; }
span { border-color: rgb(202,179,81); }
td.TdClassName
{
border-color: #CAB351;
}
.TagClassName
{
border-color: #CAB351;
}
</style>