Shades of Sundance #CCB552
Tints of Sundance #CCB552
RGB
CMYK
RGB Variations
Color information
#CCB552 (or 0xCCB552) is known color: Sundance. HEX triplet: CC, B5 and 52. RGB value is (204,181,82). Sum of RGB (Red+Green+Blue) = 204+181+82=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB552 is #334AAD. Grayscale: #B1B1B1. Windows color (decimal): -3361454 or 5420492. OLE color: 5420492.
HSL color Cylindrical-coordinate representation of color #CCB552: hue angle of 48.69º 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 #CCB552 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 82 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.2 |
| HSL | 48.69º | 0.54% | 0.56% | - |
| HSV(B) | 48.69º | 0.6% | 0.8% | - |
| XYZ | 42.95 | 46.49 | 14.69 | - |
| YUV | 176.59 | 74.62 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 82 | 0 | 0.11 | 0.60 | 0.2 | 48.69 | 0.54 | 0.56 |
| Hex | CC | B5 | 52 | 0 | B | 3C | 14 | 31 | 36 | 38 |
| Octal | 314 | 265 | 122 | 0 | 13 | 74 | 24 | 61 | 66 | 70 |
| Binary | 11001100 | 10110101 | 1010010 | 0 | 1011 | 111100 | 10100 | 110001 | 110110 | 111000 |
Color Harmonies of #CCB552
Complementary color
Monochromatic Colors of #CCB552
Black with #CCB552
Text Example
Text Example
White with #CCB552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB552; }
p { color: rgb(204,181,82); }
H1.HeaderClassName
{
color: #CCB552;
}
.AnyTagClassName
{
color: #CCB552;
}
</style>
background-color css
<style>
a { background-color: #CCB552; }
a { background-color: rgb(204,181,82); }
div.DivClassName
{
background-color: #CCB552;
}
.BgClassName
{
background-color: #CCB552;
}
</style>
border-color css
<style>
span { border-color: #CCB552; }
span { border-color: rgb(204,181,82); }
td.TdClassName
{
border-color: #CCB552;
}
.TagClassName
{
border-color: #CCB552;
}
</style>