Shades of Sundance #CAB256
Tints of Sundance #CAB256
RGB
CMYK
RGB Variations
Color information
#CAB256 (or 0xCAB256) is known color: Sundance. HEX triplet: CA, B2 and 56. RGB value is (202,178,86). Sum of RGB (Red+Green+Blue) = 202+178+86=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB256 is #354DA9. Grayscale: #AFAFAF. Windows color (decimal): -3493290 or 5681866. OLE color: 5681866.
HSL color Cylindrical-coordinate representation of color #CAB256: hue angle of 47.59º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CAB256 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 86 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.21 |
| HSL | 47.59º | 0.52% | 0.56% | - |
| HSV(B) | 47.59º | 0.57% | 0.79% | - |
| XYZ | 41.96 | 45.07 | 15.29 | - |
| YUV | 174.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 86 | 0 | 0.12 | 0.57 | 0.21 | 47.59 | 0.52 | 0.56 |
| Hex | CA | B2 | 56 | 0 | C | 39 | 15 | 30 | 34 | 38 |
| Octal | 312 | 262 | 126 | 0 | 14 | 71 | 25 | 60 | 64 | 70 |
| Binary | 11001010 | 10110010 | 1010110 | 0 | 1100 | 111001 | 10101 | 110000 | 110100 | 111000 |
Color Harmonies of #CAB256
Complementary color
Monochromatic Colors of #CAB256
Black with #CAB256
Text Example
Text Example
White with #CAB256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB256; }
p { color: rgb(202,178,86); }
H1.HeaderClassName
{
color: #CAB256;
}
.AnyTagClassName
{
color: #CAB256;
}
</style>
background-color css
<style>
a { background-color: #CAB256; }
a { background-color: rgb(202,178,86); }
div.DivClassName
{
background-color: #CAB256;
}
.BgClassName
{
background-color: #CAB256;
}
</style>
border-color css
<style>
span { border-color: #CAB256; }
span { border-color: rgb(202,178,86); }
td.TdClassName
{
border-color: #CAB256;
}
.TagClassName
{
border-color: #CAB256;
}
</style>