Shades of Sundance #CBA448
Tints of Sundance #CBA448
RGB
CMYK
RGB Variations
Color information
#CBA448 (or 0xCBA448) is known color: Sundance. HEX triplet: CB, A4 and 48. RGB value is (203,164,72). Sum of RGB (Red+Green+Blue) = 203+164+72=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA448 is #345BB7. Grayscale: #A5A5A5. Windows color (decimal): -3431352 or 4760779. OLE color: 4760779.
HSL color Cylindrical-coordinate representation of color #CBA448: hue angle of 42.14º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBA448 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 72 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.20 |
| HSL | 42.14º | 0.56% | 0.54% | - |
| HSV(B) | 42.14º | 0.65% | 0.8% | - |
| XYZ | 39.07 | 39.72 | 11.74 | - |
| YUV | 165.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 72 | 0 | 0.19 | 0.65 | 0.20 | 42.14 | 0.56 | 0.54 |
| Hex | CB | A4 | 48 | 0 | 13 | 41 | 14 | 2A | 38 | 36 |
| Octal | 313 | 244 | 110 | 0 | 23 | 101 | 24 | 52 | 70 | 66 |
| Binary | 11001011 | 10100100 | 1001000 | 0 | 10011 | 1000001 | 10100 | 101010 | 111000 | 110110 |
Color Harmonies of #CBA448
Complementary color
Monochromatic Colors of #CBA448
Black with #CBA448
Text Example
Text Example
White with #CBA448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA448; }
p { color: rgb(203,164,72); }
H1.HeaderClassName
{
color: #CBA448;
}
.AnyTagClassName
{
color: #CBA448;
}
</style>
background-color css
<style>
a { background-color: #CBA448; }
a { background-color: rgb(203,164,72); }
div.DivClassName
{
background-color: #CBA448;
}
.BgClassName
{
background-color: #CBA448;
}
</style>
border-color css
<style>
span { border-color: #CBA448; }
span { border-color: rgb(203,164,72); }
td.TdClassName
{
border-color: #CBA448;
}
.TagClassName
{
border-color: #CBA448;
}
</style>