Shades of Sundance #CBAE55
Tints of Sundance #CBAE55
RGB
CMYK
RGB Variations
Color information
#CBAE55 (or 0xCBAE55) is known color: Sundance. HEX triplet: CB, AE and 55. RGB value is (203,174,85). Sum of RGB (Red+Green+Blue) = 203+174+85=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE55 is #3451AA. Grayscale: #ACACAC. Windows color (decimal): -3428779 or 5615307. OLE color: 5615307.
HSL color Cylindrical-coordinate representation of color #CBAE55: hue angle of 45.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBAE55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 85 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.20 |
| HSL | 45.25º | 0.53% | 0.56% | - |
| HSV(B) | 45.25º | 0.58% | 0.8% | - |
| XYZ | 41.4 | 43.62 | 14.83 | - |
| YUV | 172.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 85 | 0 | 0.14 | 0.58 | 0.20 | 45.25 | 0.53 | 0.56 |
| Hex | CB | AE | 55 | 0 | E | 3A | 14 | 2D | 35 | 38 |
| Octal | 313 | 256 | 125 | 0 | 16 | 72 | 24 | 55 | 65 | 70 |
| Binary | 11001011 | 10101110 | 1010101 | 0 | 1110 | 111010 | 10100 | 101101 | 110101 | 111000 |
Color Harmonies of #CBAE55
Complementary color
Monochromatic Colors of #CBAE55
Black with #CBAE55
Text Example
Text Example
White with #CBAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE55; }
p { color: rgb(203,174,85); }
H1.HeaderClassName
{
color: #CBAE55;
}
.AnyTagClassName
{
color: #CBAE55;
}
</style>
background-color css
<style>
a { background-color: #CBAE55; }
a { background-color: rgb(203,174,85); }
div.DivClassName
{
background-color: #CBAE55;
}
.BgClassName
{
background-color: #CBAE55;
}
</style>
border-color css
<style>
span { border-color: #CBAE55; }
span { border-color: rgb(203,174,85); }
td.TdClassName
{
border-color: #CBAE55;
}
.TagClassName
{
border-color: #CBAE55;
}
</style>