Shades of Sundance #CCB052
Tints of Sundance #CCB052
RGB
CMYK
RGB Variations
Color information
#CCB052 (or 0xCCB052) is known color: Sundance. HEX triplet: CC, B0 and 52. RGB value is (204,176,82). Sum of RGB (Red+Green+Blue) = 204+176+82=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB052 is #334FAD. Grayscale: #AEAEAE. Windows color (decimal): -3362734 or 5419212. OLE color: 5419212.
HSL color Cylindrical-coordinate representation of color #CCB052: hue angle of 46.23º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCB052 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 82 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.2 |
| HSL | 46.23º | 0.54% | 0.56% | - |
| HSV(B) | 46.23º | 0.6% | 0.8% | - |
| XYZ | 41.95 | 44.5 | 14.36 | - |
| YUV | 173.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 82 | 0 | 0.14 | 0.60 | 0.2 | 46.23 | 0.54 | 0.56 |
| Hex | CC | B0 | 52 | 0 | E | 3C | 14 | 2E | 36 | 38 |
| Octal | 314 | 260 | 122 | 0 | 16 | 74 | 24 | 56 | 66 | 70 |
| Binary | 11001100 | 10110000 | 1010010 | 0 | 1110 | 111100 | 10100 | 101110 | 110110 | 111000 |
Color Harmonies of #CCB052
Complementary color
Monochromatic Colors of #CCB052
Black with #CCB052
Text Example
Text Example
White with #CCB052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB052; }
p { color: rgb(204,176,82); }
H1.HeaderClassName
{
color: #CCB052;
}
.AnyTagClassName
{
color: #CCB052;
}
</style>
background-color css
<style>
a { background-color: #CCB052; }
a { background-color: rgb(204,176,82); }
div.DivClassName
{
background-color: #CCB052;
}
.BgClassName
{
background-color: #CCB052;
}
</style>
border-color css
<style>
span { border-color: #CCB052; }
span { border-color: rgb(204,176,82); }
td.TdClassName
{
border-color: #CCB052;
}
.TagClassName
{
border-color: #CCB052;
}
</style>