Shades of Sundance #CBB450
Tints of Sundance #CBB450
RGB
CMYK
RGB Variations
Color information
#CBB450 (or 0xCBB450) is known color: Sundance. HEX triplet: CB, B4 and 50. RGB value is (203,180,80). Sum of RGB (Red+Green+Blue) = 203+180+80=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB450 is #344BAF. Grayscale: #AFAFAF. Windows color (decimal): -3427248 or 5289163. OLE color: 5289163.
HSL color Cylindrical-coordinate representation of color #CBB450: hue angle of 48.78º 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 #CBB450 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 80 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.20 |
| HSL | 48.78º | 0.54% | 0.55% | - |
| HSV(B) | 48.78º | 0.61% | 0.8% | - |
| XYZ | 42.4 | 45.92 | 14.22 | - |
| YUV | 175.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 80 | 0 | 0.11 | 0.61 | 0.20 | 48.78 | 0.54 | 0.55 |
| Hex | CB | B4 | 50 | 0 | B | 3D | 14 | 31 | 36 | 37 |
| Octal | 313 | 264 | 120 | 0 | 13 | 75 | 24 | 61 | 66 | 67 |
| Binary | 11001011 | 10110100 | 1010000 | 0 | 1011 | 111101 | 10100 | 110001 | 110110 | 110111 |
Color Harmonies of #CBB450
Complementary color
Monochromatic Colors of #CBB450
Black with #CBB450
Text Example
Text Example
White with #CBB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB450; }
p { color: rgb(203,180,80); }
H1.HeaderClassName
{
color: #CBB450;
}
.AnyTagClassName
{
color: #CBB450;
}
</style>
background-color css
<style>
a { background-color: #CBB450; }
a { background-color: rgb(203,180,80); }
div.DivClassName
{
background-color: #CBB450;
}
.BgClassName
{
background-color: #CBB450;
}
</style>
border-color css
<style>
span { border-color: #CBB450; }
span { border-color: rgb(203,180,80); }
td.TdClassName
{
border-color: #CBB450;
}
.TagClassName
{
border-color: #CBB450;
}
</style>