Shades of Sundance #CCA548
Tints of Sundance #CCA548
RGB
CMYK
RGB Variations
Color information
#CCA548 (or 0xCCA548) is known color: Sundance. HEX triplet: CC, A5 and 48. RGB value is (204,165,72). Sum of RGB (Red+Green+Blue) = 204+165+72=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA548 is #335AB7. Grayscale: #A6A6A6. Windows color (decimal): -3365560 or 4761036. OLE color: 4761036.
HSL color Cylindrical-coordinate representation of color #CCA548: hue angle of 42.27º 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 #CCA548 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 72 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.2 |
| HSL | 42.27º | 0.56% | 0.54% | - |
| HSV(B) | 42.27º | 0.65% | 0.8% | - |
| XYZ | 39.53 | 40.22 | 11.81 | - |
| YUV | 166.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 72 | 0 | 0.19 | 0.65 | 0.2 | 42.27 | 0.56 | 0.54 |
| Hex | CC | A5 | 48 | 0 | 13 | 41 | 14 | 2A | 38 | 36 |
| Octal | 314 | 245 | 110 | 0 | 23 | 101 | 24 | 52 | 70 | 66 |
| Binary | 11001100 | 10100101 | 1001000 | 0 | 10011 | 1000001 | 10100 | 101010 | 111000 | 110110 |
Color Harmonies of #CCA548
Complementary color
Monochromatic Colors of #CCA548
Black with #CCA548
Text Example
Text Example
White with #CCA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA548; }
p { color: rgb(204,165,72); }
H1.HeaderClassName
{
color: #CCA548;
}
.AnyTagClassName
{
color: #CCA548;
}
</style>
background-color css
<style>
a { background-color: #CCA548; }
a { background-color: rgb(204,165,72); }
div.DivClassName
{
background-color: #CCA548;
}
.BgClassName
{
background-color: #CCA548;
}
</style>
border-color css
<style>
span { border-color: #CCA548; }
span { border-color: rgb(204,165,72); }
td.TdClassName
{
border-color: #CCA548;
}
.TagClassName
{
border-color: #CCA548;
}
</style>