Shades of Sundance #CCB255
Tints of Sundance #CCB255
RGB
CMYK
RGB Variations
Color information
#CCB255 (or 0xCCB255) is known color: Sundance. HEX triplet: CC, B2 and 55. RGB value is (204,178,85). Sum of RGB (Red+Green+Blue) = 204+178+85=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB255 is #334DAA. Grayscale: #AFAFAF. Windows color (decimal): -3362219 or 5616332. OLE color: 5616332.
HSL color Cylindrical-coordinate representation of color #CCB255: hue angle of 46.89º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCB255 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 85 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.2 |
| HSL | 46.89º | 0.54% | 0.57% | - |
| HSV(B) | 46.89º | 0.58% | 0.8% | - |
| XYZ | 42.46 | 45.33 | 15.11 | - |
| YUV | 175.17 | 77.11 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 85 | 0 | 0.13 | 0.58 | 0.2 | 46.89 | 0.54 | 0.57 |
| Hex | CC | B2 | 55 | 0 | D | 3A | 14 | 2F | 36 | 39 |
| Octal | 314 | 262 | 125 | 0 | 15 | 72 | 24 | 57 | 66 | 71 |
| Binary | 11001100 | 10110010 | 1010101 | 0 | 1101 | 111010 | 10100 | 101111 | 110110 | 111001 |
Color Harmonies of #CCB255
Complementary color
Monochromatic Colors of #CCB255
Black with #CCB255
Text Example
Text Example
White with #CCB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB255; }
p { color: rgb(204,178,85); }
H1.HeaderClassName
{
color: #CCB255;
}
.AnyTagClassName
{
color: #CCB255;
}
</style>
background-color css
<style>
a { background-color: #CCB255; }
a { background-color: rgb(204,178,85); }
div.DivClassName
{
background-color: #CCB255;
}
.BgClassName
{
background-color: #CCB255;
}
</style>
border-color css
<style>
span { border-color: #CCB255; }
span { border-color: rgb(204,178,85); }
td.TdClassName
{
border-color: #CCB255;
}
.TagClassName
{
border-color: #CCB255;
}
</style>