Shades of Sundance #CBAF49
Tints of Sundance #CBAF49
RGB
CMYK
RGB Variations
Color information
#CBAF49 (or 0xCBAF49) is known color: Sundance. HEX triplet: CB, AF and 49. RGB value is (203,175,73). Sum of RGB (Red+Green+Blue) = 203+175+73=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF49 is #3450B6. Grayscale: #ACACAC. Windows color (decimal): -3428535 or 4829131. OLE color: 4829131.
HSL color Cylindrical-coordinate representation of color #CBAF49: hue angle of 47.08º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBAF49 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 73 | - |
| CMYK | 0 | 0.14 | 0.64 | 0.20 |
| HSL | 47.08º | 0.56% | 0.54% | - |
| HSV(B) | 47.08º | 0.64% | 0.8% | - |
| XYZ | 41.16 | 43.84 | 12.6 | - |
| YUV | 171.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 73 | 0 | 0.14 | 0.64 | 0.20 | 47.08 | 0.56 | 0.54 |
| Hex | CB | AF | 49 | 0 | E | 40 | 14 | 2F | 38 | 36 |
| Octal | 313 | 257 | 111 | 0 | 16 | 100 | 24 | 57 | 70 | 66 |
| Binary | 11001011 | 10101111 | 1001001 | 0 | 1110 | 1000000 | 10100 | 101111 | 111000 | 110110 |
Color Harmonies of #CBAF49
Complementary color
Monochromatic Colors of #CBAF49
Black with #CBAF49
Text Example
Text Example
White with #CBAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF49; }
p { color: rgb(203,175,73); }
H1.HeaderClassName
{
color: #CBAF49;
}
.AnyTagClassName
{
color: #CBAF49;
}
</style>
background-color css
<style>
a { background-color: #CBAF49; }
a { background-color: rgb(203,175,73); }
div.DivClassName
{
background-color: #CBAF49;
}
.BgClassName
{
background-color: #CBAF49;
}
</style>
border-color css
<style>
span { border-color: #CBAF49; }
span { border-color: rgb(203,175,73); }
td.TdClassName
{
border-color: #CBAF49;
}
.TagClassName
{
border-color: #CBAF49;
}
</style>