Shades of Sundance #CBB248
Tints of Sundance #CBB248
RGB
CMYK
RGB Variations
Color information
#CBB248 (or 0xCBB248) is known color: Sundance. HEX triplet: CB, B2 and 48. RGB value is (203,178,72). Sum of RGB (Red+Green+Blue) = 203+178+72=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB248 is #344DB7. Grayscale: #ADADAD. Windows color (decimal): -3427768 or 4764363. OLE color: 4764363.
HSL color Cylindrical-coordinate representation of color #CBB248: hue angle of 48.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBB248 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 72 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.20 |
| HSL | 48.55º | 0.56% | 0.54% | - |
| HSV(B) | 48.55º | 0.65% | 0.8% | - |
| XYZ | 41.72 | 45.01 | 12.62 | - |
| YUV | 173.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 72 | 0 | 0.12 | 0.65 | 0.20 | 48.55 | 0.56 | 0.54 |
| Hex | CB | B2 | 48 | 0 | C | 41 | 14 | 31 | 38 | 36 |
| Octal | 313 | 262 | 110 | 0 | 14 | 101 | 24 | 61 | 70 | 66 |
| Binary | 11001011 | 10110010 | 1001000 | 0 | 1100 | 1000001 | 10100 | 110001 | 111000 | 110110 |
Color Harmonies of #CBB248
Complementary color
Monochromatic Colors of #CBB248
Black with #CBB248
Text Example
Text Example
White with #CBB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB248; }
p { color: rgb(203,178,72); }
H1.HeaderClassName
{
color: #CBB248;
}
.AnyTagClassName
{
color: #CBB248;
}
</style>
background-color css
<style>
a { background-color: #CBB248; }
a { background-color: rgb(203,178,72); }
div.DivClassName
{
background-color: #CBB248;
}
.BgClassName
{
background-color: #CBB248;
}
</style>
border-color css
<style>
span { border-color: #CBB248; }
span { border-color: rgb(203,178,72); }
td.TdClassName
{
border-color: #CBB248;
}
.TagClassName
{
border-color: #CBB248;
}
</style>