Shades of Sundance #CAB454
Tints of Sundance #CAB454
RGB
CMYK
RGB Variations
Color information
#CAB454 (or 0xCAB454) is known color: Sundance. HEX triplet: CA, B4 and 54. RGB value is (202,180,84). Sum of RGB (Red+Green+Blue) = 202+180+84=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB454 is #354BAB. Grayscale: #B0B0B0. Windows color (decimal): -3492780 or 5551306. OLE color: 5551306.
HSL color Cylindrical-coordinate representation of color #CAB454: hue angle of 48.81º degrees, saturation: 0.53, 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 #CAB454 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 84 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.21 |
| HSL | 48.81º | 0.53% | 0.56% | - |
| HSV(B) | 48.81º | 0.58% | 0.79% | - |
| XYZ | 42.28 | 45.84 | 15.01 | - |
| YUV | 175.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 84 | 0 | 0.11 | 0.58 | 0.21 | 48.81 | 0.53 | 0.56 |
| Hex | CA | B4 | 54 | 0 | B | 3A | 15 | 31 | 35 | 38 |
| Octal | 312 | 264 | 124 | 0 | 13 | 72 | 25 | 61 | 65 | 70 |
| Binary | 11001010 | 10110100 | 1010100 | 0 | 1011 | 111010 | 10101 | 110001 | 110101 | 111000 |
Color Harmonies of #CAB454
Complementary color
Monochromatic Colors of #CAB454
Black with #CAB454
Text Example
Text Example
White with #CAB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB454; }
p { color: rgb(202,180,84); }
H1.HeaderClassName
{
color: #CAB454;
}
.AnyTagClassName
{
color: #CAB454;
}
</style>
background-color css
<style>
a { background-color: #CAB454; }
a { background-color: rgb(202,180,84); }
div.DivClassName
{
background-color: #CAB454;
}
.BgClassName
{
background-color: #CAB454;
}
</style>
border-color css
<style>
span { border-color: #CAB454; }
span { border-color: rgb(202,180,84); }
td.TdClassName
{
border-color: #CAB454;
}
.TagClassName
{
border-color: #CAB454;
}
</style>