Shades of Sundance #CC9F42
Tints of Sundance #CC9F42
RGB
CMYK
RGB Variations
Color information
#CC9F42 (or 0xCC9F42) is known color: Sundance. HEX triplet: CC, 9F and 42. RGB value is (204,159,66). Sum of RGB (Red+Green+Blue) = 204+159+66=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9F42 is #3360BD. Grayscale: #A2A2A2. Windows color (decimal): -3367102 or 4366284. OLE color: 4366284.
HSL color Cylindrical-coordinate representation of color #CC9F42: hue angle of 40.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC9F42 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 159 | 66 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.2 |
| HSL | 40.43º | 0.58% | 0.53% | - |
| HSV(B) | 40.43º | 0.68% | 0.8% | - |
| XYZ | 38.28 | 38.03 | 10.48 | - |
| YUV | 161.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 159 | 66 | 0 | 0.22 | 0.68 | 0.2 | 40.43 | 0.58 | 0.53 |
| Hex | CC | 9F | 42 | 0 | 16 | 44 | 14 | 28 | 3A | 35 |
| Octal | 314 | 237 | 102 | 0 | 26 | 104 | 24 | 50 | 72 | 65 |
| Binary | 11001100 | 10011111 | 1000010 | 0 | 10110 | 1000100 | 10100 | 101000 | 111010 | 110101 |
Color Harmonies of #CC9F42
Complementary color
Monochromatic Colors of #CC9F42
Black with #CC9F42
Text Example
Text Example
White with #CC9F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9F42; }
p { color: rgb(204,159,66); }
H1.HeaderClassName
{
color: #CC9F42;
}
.AnyTagClassName
{
color: #CC9F42;
}
</style>
background-color css
<style>
a { background-color: #CC9F42; }
a { background-color: rgb(204,159,66); }
div.DivClassName
{
background-color: #CC9F42;
}
.BgClassName
{
background-color: #CC9F42;
}
</style>
border-color css
<style>
span { border-color: #CC9F42; }
span { border-color: rgb(204,159,66); }
td.TdClassName
{
border-color: #CC9F42;
}
.TagClassName
{
border-color: #CC9F42;
}
</style>