Shades of Sundance #CCB352
Tints of Sundance #CCB352
RGB
CMYK
RGB Variations
Color information
#CCB352 (or 0xCCB352) is known color: Sundance. HEX triplet: CC, B3 and 52. RGB value is (204,179,82). Sum of RGB (Red+Green+Blue) = 204+179+82=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB352 is #334CAD. Grayscale: #AFAFAF. Windows color (decimal): -3361966 or 5419980. OLE color: 5419980.
HSL color Cylindrical-coordinate representation of color #CCB352: hue angle of 47.7º 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 #CCB352 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 82 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.2 |
| HSL | 47.7º | 0.54% | 0.56% | - |
| HSV(B) | 47.7º | 0.6% | 0.8% | - |
| XYZ | 42.54 | 45.69 | 14.56 | - |
| YUV | 175.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 82 | 0 | 0.12 | 0.60 | 0.2 | 47.7 | 0.54 | 0.56 |
| Hex | CC | B3 | 52 | 0 | C | 3C | 14 | 30 | 36 | 38 |
| Octal | 314 | 263 | 122 | 0 | 14 | 74 | 24 | 60 | 66 | 70 |
| Binary | 11001100 | 10110011 | 1010010 | 0 | 1100 | 111100 | 10100 | 110000 | 110110 | 111000 |
Color Harmonies of #CCB352
Complementary color
Monochromatic Colors of #CCB352
Black with #CCB352
Text Example
Text Example
White with #CCB352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB352; }
p { color: rgb(204,179,82); }
H1.HeaderClassName
{
color: #CCB352;
}
.AnyTagClassName
{
color: #CCB352;
}
</style>
background-color css
<style>
a { background-color: #CCB352; }
a { background-color: rgb(204,179,82); }
div.DivClassName
{
background-color: #CCB352;
}
.BgClassName
{
background-color: #CCB352;
}
</style>
border-color css
<style>
span { border-color: #CCB352; }
span { border-color: rgb(204,179,82); }
td.TdClassName
{
border-color: #CCB352;
}
.TagClassName
{
border-color: #CCB352;
}
</style>