Shades of Sundance #CB9F4C
Tints of Sundance #CB9F4C
RGB
CMYK
RGB Variations
Color information
#CB9F4C (or 0xCB9F4C) is known color: Sundance. HEX triplet: CB, 9F and 4C. RGB value is (203,159,76). Sum of RGB (Red+Green+Blue) = 203+159+76=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F4C is #3460B3. Grayscale: #A3A3A3. Windows color (decimal): -3432628 or 5021643. OLE color: 5021643.
HSL color Cylindrical-coordinate representation of color #CB9F4C: hue angle of 39.21º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB9F4C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 159 | 76 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.20 |
| HSL | 39.21º | 0.55% | 0.55% | - |
| HSV(B) | 39.21º | 0.63% | 0.8% | - |
| XYZ | 38.33 | 38.01 | 12.15 | - |
| YUV | 162.69 | 79.08 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 159 | 76 | 0 | 0.22 | 0.63 | 0.20 | 39.21 | 0.55 | 0.55 |
| Hex | CB | 9F | 4C | 0 | 16 | 3F | 14 | 27 | 37 | 37 |
| Octal | 313 | 237 | 114 | 0 | 26 | 77 | 24 | 47 | 67 | 67 |
| Binary | 11001011 | 10011111 | 1001100 | 0 | 10110 | 111111 | 10100 | 100111 | 110111 | 110111 |
Color Harmonies of #CB9F4C
Complementary color
Monochromatic Colors of #CB9F4C
Black with #CB9F4C
Text Example
Text Example
White with #CB9F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9F4C; }
p { color: rgb(203,159,76); }
H1.HeaderClassName
{
color: #CB9F4C;
}
.AnyTagClassName
{
color: #CB9F4C;
}
</style>
background-color css
<style>
a { background-color: #CB9F4C; }
a { background-color: rgb(203,159,76); }
div.DivClassName
{
background-color: #CB9F4C;
}
.BgClassName
{
background-color: #CB9F4C;
}
</style>
border-color css
<style>
span { border-color: #CB9F4C; }
span { border-color: rgb(203,159,76); }
td.TdClassName
{
border-color: #CB9F4C;
}
.TagClassName
{
border-color: #CB9F4C;
}
</style>