Shades of Sundance #CBB150
Tints of Sundance #CBB150
RGB
CMYK
RGB Variations
Color information
#CBB150 (or 0xCBB150) is known color: Sundance. HEX triplet: CB, B1 and 50. RGB value is (203,177,80). Sum of RGB (Red+Green+Blue) = 203+177+80=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB150 is #344EAF. Grayscale: #AEAEAE. Windows color (decimal): -3428016 or 5288395. OLE color: 5288395.
HSL color Cylindrical-coordinate representation of color #CBB150: hue angle of 47.32º 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 #CBB150 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 80 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.20 |
| HSL | 47.32º | 0.54% | 0.55% | - |
| HSV(B) | 47.32º | 0.61% | 0.8% | - |
| XYZ | 41.8 | 44.72 | 14.02 | - |
| YUV | 173.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 80 | 0 | 0.13 | 0.61 | 0.20 | 47.32 | 0.54 | 0.55 |
| Hex | CB | B1 | 50 | 0 | D | 3D | 14 | 2F | 36 | 37 |
| Octal | 313 | 261 | 120 | 0 | 15 | 75 | 24 | 57 | 66 | 67 |
| Binary | 11001011 | 10110001 | 1010000 | 0 | 1101 | 111101 | 10100 | 101111 | 110110 | 110111 |
Color Harmonies of #CBB150
Complementary color
Monochromatic Colors of #CBB150
Black with #CBB150
Text Example
Text Example
White with #CBB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB150; }
p { color: rgb(203,177,80); }
H1.HeaderClassName
{
color: #CBB150;
}
.AnyTagClassName
{
color: #CBB150;
}
</style>
background-color css
<style>
a { background-color: #CBB150; }
a { background-color: rgb(203,177,80); }
div.DivClassName
{
background-color: #CBB150;
}
.BgClassName
{
background-color: #CBB150;
}
</style>
border-color css
<style>
span { border-color: #CBB150; }
span { border-color: rgb(203,177,80); }
td.TdClassName
{
border-color: #CBB150;
}
.TagClassName
{
border-color: #CBB150;
}
</style>