Shades of Sundance #CAB652
Tints of Sundance #CAB652
RGB
CMYK
RGB Variations
Color information
#CAB652 (or 0xCAB652) is known color: Sundance. HEX triplet: CA, B6 and 52. RGB value is (202,182,82). Sum of RGB (Red+Green+Blue) = 202+182+82=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB652 is #3549AD. Grayscale: #B1B1B1. Windows color (decimal): -3492270 or 5420746. OLE color: 5420746.
HSL color Cylindrical-coordinate representation of color #CAB652: hue angle of 50º 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 #CAB652 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 82 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.21 |
| HSL | 50º | 0.53% | 0.56% | - |
| HSV(B) | 50º | 0.59% | 0.79% | - |
| XYZ | 42.61 | 46.62 | 14.74 | - |
| YUV | 176.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 82 | 0 | 0.10 | 0.59 | 0.21 | 50 | 0.53 | 0.56 |
| Hex | CA | B6 | 52 | 0 | A | 3B | 15 | 32 | 35 | 38 |
| Octal | 312 | 266 | 122 | 0 | 12 | 73 | 25 | 62 | 65 | 70 |
| Binary | 11001010 | 10110110 | 1010010 | 0 | 1010 | 111011 | 10101 | 110010 | 110101 | 111000 |
Color Harmonies of #CAB652
Complementary color
Monochromatic Colors of #CAB652
Black with #CAB652
Text Example
Text Example
White with #CAB652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB652; }
p { color: rgb(202,182,82); }
H1.HeaderClassName
{
color: #CAB652;
}
.AnyTagClassName
{
color: #CAB652;
}
</style>
background-color css
<style>
a { background-color: #CAB652; }
a { background-color: rgb(202,182,82); }
div.DivClassName
{
background-color: #CAB652;
}
.BgClassName
{
background-color: #CAB652;
}
</style>
border-color css
<style>
span { border-color: #CAB652; }
span { border-color: rgb(202,182,82); }
td.TdClassName
{
border-color: #CAB652;
}
.TagClassName
{
border-color: #CAB652;
}
</style>