Shades of Sundance #CAB355
Tints of Sundance #CAB355
RGB
CMYK
RGB Variations
Color information
#CAB355 (or 0xCAB355) is known color: Sundance. HEX triplet: CA, B3 and 55. RGB value is (202,179,85). Sum of RGB (Red+Green+Blue) = 202+179+85=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB355 is #354CAA. Grayscale: #AFAFAF. Windows color (decimal): -3493035 or 5616586. OLE color: 5616586.
HSL color Cylindrical-coordinate representation of color #CAB355: hue angle of 48.21º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CAB355 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 85 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.21 |
| HSL | 48.21º | 0.52% | 0.56% | - |
| HSV(B) | 48.21º | 0.58% | 0.79% | - |
| XYZ | 42.12 | 45.45 | 15.15 | - |
| YUV | 175.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 85 | 0 | 0.11 | 0.58 | 0.21 | 48.21 | 0.52 | 0.56 |
| Hex | CA | B3 | 55 | 0 | B | 3A | 15 | 30 | 34 | 38 |
| Octal | 312 | 263 | 125 | 0 | 13 | 72 | 25 | 60 | 64 | 70 |
| Binary | 11001010 | 10110011 | 1010101 | 0 | 1011 | 111010 | 10101 | 110000 | 110100 | 111000 |
Color Harmonies of #CAB355
Complementary color
Monochromatic Colors of #CAB355
Black with #CAB355
Text Example
Text Example
White with #CAB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB355; }
p { color: rgb(202,179,85); }
H1.HeaderClassName
{
color: #CAB355;
}
.AnyTagClassName
{
color: #CAB355;
}
</style>
background-color css
<style>
a { background-color: #CAB355; }
a { background-color: rgb(202,179,85); }
div.DivClassName
{
background-color: #CAB355;
}
.BgClassName
{
background-color: #CAB355;
}
</style>
border-color css
<style>
span { border-color: #CAB355; }
span { border-color: rgb(202,179,85); }
td.TdClassName
{
border-color: #CAB355;
}
.TagClassName
{
border-color: #CAB355;
}
</style>