Shades of Sundance #CCA242
Tints of Sundance #CCA242
RGB
CMYK
RGB Variations
Color information
#CCA242 (or 0xCCA242) is known color: Sundance. HEX triplet: CC, A2 and 42. RGB value is (204,162,66). Sum of RGB (Red+Green+Blue) = 204+162+66=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA242 is #335DBD. Grayscale: #A4A4A4. Windows color (decimal): -3366334 or 4367052. OLE color: 4367052.
HSL color Cylindrical-coordinate representation of color #CCA242: hue angle of 41.74º 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 #CCA242 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 66 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.2 |
| HSL | 41.74º | 0.58% | 0.53% | - |
| HSV(B) | 41.74º | 0.68% | 0.8% | - |
| XYZ | 38.81 | 39.07 | 10.65 | - |
| YUV | 163.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 66 | 0 | 0.21 | 0.68 | 0.2 | 41.74 | 0.58 | 0.53 |
| Hex | CC | A2 | 42 | 0 | 15 | 44 | 14 | 2A | 3A | 35 |
| Octal | 314 | 242 | 102 | 0 | 25 | 104 | 24 | 52 | 72 | 65 |
| Binary | 11001100 | 10100010 | 1000010 | 0 | 10101 | 1000100 | 10100 | 101010 | 111010 | 110101 |
Color Harmonies of #CCA242
Complementary color
Monochromatic Colors of #CCA242
Black with #CCA242
Text Example
Text Example
White with #CCA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA242; }
p { color: rgb(204,162,66); }
H1.HeaderClassName
{
color: #CCA242;
}
.AnyTagClassName
{
color: #CCA242;
}
</style>
background-color css
<style>
a { background-color: #CCA242; }
a { background-color: rgb(204,162,66); }
div.DivClassName
{
background-color: #CCA242;
}
.BgClassName
{
background-color: #CCA242;
}
</style>
border-color css
<style>
span { border-color: #CCA242; }
span { border-color: rgb(204,162,66); }
td.TdClassName
{
border-color: #CCA242;
}
.TagClassName
{
border-color: #CCA242;
}
</style>