Shades of Sundance #CBB355
Tints of Sundance #CBB355
RGB
CMYK
RGB Variations
Color information
#CBB355 (or 0xCBB355) is known color: Sundance. HEX triplet: CB, B3 and 55. RGB value is (203,179,85). Sum of RGB (Red+Green+Blue) = 203+179+85=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB355 is #344CAA. Grayscale: #AFAFAF. Windows color (decimal): -3427499 or 5616587. OLE color: 5616587.
HSL color Cylindrical-coordinate representation of color #CBB355: hue angle of 47.8º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBB355 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 85 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.20 |
| HSL | 47.8º | 0.53% | 0.56% | - |
| HSV(B) | 47.8º | 0.58% | 0.8% | - |
| XYZ | 42.39 | 45.59 | 15.16 | - |
| YUV | 175.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 85 | 0 | 0.12 | 0.58 | 0.20 | 47.8 | 0.53 | 0.56 |
| Hex | CB | B3 | 55 | 0 | C | 3A | 14 | 30 | 35 | 38 |
| Octal | 313 | 263 | 125 | 0 | 14 | 72 | 24 | 60 | 65 | 70 |
| Binary | 11001011 | 10110011 | 1010101 | 0 | 1100 | 111010 | 10100 | 110000 | 110101 | 111000 |
Color Harmonies of #CBB355
Complementary color
Monochromatic Colors of #CBB355
Black with #CBB355
Text Example
Text Example
White with #CBB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB355; }
p { color: rgb(203,179,85); }
H1.HeaderClassName
{
color: #CBB355;
}
.AnyTagClassName
{
color: #CBB355;
}
</style>
background-color css
<style>
a { background-color: #CBB355; }
a { background-color: rgb(203,179,85); }
div.DivClassName
{
background-color: #CBB355;
}
.BgClassName
{
background-color: #CBB355;
}
</style>
border-color css
<style>
span { border-color: #CBB355; }
span { border-color: rgb(203,179,85); }
td.TdClassName
{
border-color: #CBB355;
}
.TagClassName
{
border-color: #CBB355;
}
</style>