Shades of Sundance #CAB552
Tints of Sundance #CAB552
RGB
CMYK
RGB Variations
Color information
#CAB552 (or 0xCAB552) is known color: Sundance. HEX triplet: CA, B5 and 52. RGB value is (202,181,82). Sum of RGB (Red+Green+Blue) = 202+181+82=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB552 is #354AAD. Grayscale: #B0B0B0. Windows color (decimal): -3492526 or 5420490. OLE color: 5420490.
HSL color Cylindrical-coordinate representation of color #CAB552: hue angle of 49.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAB552 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 181 | 82 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.21 |
| HSL | 49.5º | 0.53% | 0.56% | - |
| HSV(B) | 49.5º | 0.59% | 0.79% | - |
| XYZ | 42.4 | 46.21 | 14.67 | - |
| YUV | 175.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 181 | 82 | 0 | 0.10 | 0.59 | 0.21 | 49.5 | 0.53 | 0.56 |
| Hex | CA | B5 | 52 | 0 | A | 3B | 15 | 32 | 35 | 38 |
| Octal | 312 | 265 | 122 | 0 | 12 | 73 | 25 | 62 | 65 | 70 |
| Binary | 11001010 | 10110101 | 1010010 | 0 | 1010 | 111011 | 10101 | 110010 | 110101 | 111000 |
Color Harmonies of #CAB552
Complementary color
Monochromatic Colors of #CAB552
Black with #CAB552
Text Example
Text Example
White with #CAB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB552; }
p { color: rgb(202,181,82); }
H1.HeaderClassName
{
color: #CAB552;
}
.AnyTagClassName
{
color: #CAB552;
}
</style>
background-color css
<style>
a { background-color: #CAB552; }
a { background-color: rgb(202,181,82); }
div.DivClassName
{
background-color: #CAB552;
}
.BgClassName
{
background-color: #CAB552;
}
</style>
border-color css
<style>
span { border-color: #CAB552; }
span { border-color: rgb(202,181,82); }
td.TdClassName
{
border-color: #CAB552;
}
.TagClassName
{
border-color: #CAB552;
}
</style>