Shades of Sundance #CBAF50
Tints of Sundance #CBAF50
RGB
CMYK
RGB Variations
Color information
#CBAF50 (or 0xCBAF50) is known color: Sundance. HEX triplet: CB, AF and 50. RGB value is (203,175,80). Sum of RGB (Red+Green+Blue) = 203+175+80=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF50 is #3450AF. Grayscale: #ACACAC. Windows color (decimal): -3428528 or 5287883. OLE color: 5287883.
HSL color Cylindrical-coordinate representation of color #CBAF50: hue angle of 46.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBAF50 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 80 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.20 |
| HSL | 46.34º | 0.54% | 0.55% | - |
| HSV(B) | 46.34º | 0.61% | 0.8% | - |
| XYZ | 41.41 | 43.94 | 13.89 | - |
| YUV | 172.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 80 | 0 | 0.14 | 0.61 | 0.20 | 46.34 | 0.54 | 0.55 |
| Hex | CB | AF | 50 | 0 | E | 3D | 14 | 2E | 36 | 37 |
| Octal | 313 | 257 | 120 | 0 | 16 | 75 | 24 | 56 | 66 | 67 |
| Binary | 11001011 | 10101111 | 1010000 | 0 | 1110 | 111101 | 10100 | 101110 | 110110 | 110111 |
Color Harmonies of #CBAF50
Complementary color
Monochromatic Colors of #CBAF50
Black with #CBAF50
Text Example
Text Example
White with #CBAF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF50; }
p { color: rgb(203,175,80); }
H1.HeaderClassName
{
color: #CBAF50;
}
.AnyTagClassName
{
color: #CBAF50;
}
</style>
background-color css
<style>
a { background-color: #CBAF50; }
a { background-color: rgb(203,175,80); }
div.DivClassName
{
background-color: #CBAF50;
}
.BgClassName
{
background-color: #CBAF50;
}
</style>
border-color css
<style>
span { border-color: #CBAF50; }
span { border-color: rgb(203,175,80); }
td.TdClassName
{
border-color: #CBAF50;
}
.TagClassName
{
border-color: #CBAF50;
}
</style>