Shades of Sundance #CBB449
Tints of Sundance #CBB449
RGB
CMYK
RGB Variations
Color information
#CBB449 (or 0xCBB449) is known color: Sundance. HEX triplet: CB, B4 and 49. RGB value is (203,180,73). Sum of RGB (Red+Green+Blue) = 203+180+73=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB449 is #344BB6. Grayscale: #AFAFAF. Windows color (decimal): -3427255 or 4830411. OLE color: 4830411.
HSL color Cylindrical-coordinate representation of color #CBB449: hue angle of 49.38º 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 #CBB449 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 73 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.20 |
| HSL | 49.38º | 0.56% | 0.54% | - |
| HSV(B) | 49.38º | 0.64% | 0.8% | - |
| XYZ | 42.15 | 45.82 | 12.93 | - |
| YUV | 174.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 73 | 0 | 0.11 | 0.64 | 0.20 | 49.38 | 0.56 | 0.54 |
| Hex | CB | B4 | 49 | 0 | B | 40 | 14 | 31 | 38 | 36 |
| Octal | 313 | 264 | 111 | 0 | 13 | 100 | 24 | 61 | 70 | 66 |
| Binary | 11001011 | 10110100 | 1001001 | 0 | 1011 | 1000000 | 10100 | 110001 | 111000 | 110110 |
Color Harmonies of #CBB449
Complementary color
Monochromatic Colors of #CBB449
Black with #CBB449
Text Example
Text Example
White with #CBB449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB449; }
p { color: rgb(203,180,73); }
H1.HeaderClassName
{
color: #CBB449;
}
.AnyTagClassName
{
color: #CBB449;
}
</style>
background-color css
<style>
a { background-color: #CBB449; }
a { background-color: rgb(203,180,73); }
div.DivClassName
{
background-color: #CBB449;
}
.BgClassName
{
background-color: #CBB449;
}
</style>
border-color css
<style>
span { border-color: #CBB449; }
span { border-color: rgb(203,180,73); }
td.TdClassName
{
border-color: #CBB449;
}
.TagClassName
{
border-color: #CBB449;
}
</style>