Shades of Burning Sand #CC845B
Tints of Burning Sand #CC845B
RGB
CMYK
RGB Variations
Color information
#CC845B (or 0xCC845B) is known color: Burning Sand. HEX triplet: CC, 84 and 5B. RGB value is (204,132,91). Sum of RGB (Red+Green+Blue) = 204+132+91=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845B is #337BA4. Grayscale: #959595. Windows color (decimal): -3373989 or 5997772. OLE color: 5997772.
HSL color Cylindrical-coordinate representation of color #CC845B: hue angle of 21.77º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC845B is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 91 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.2 |
| HSL | 21.77º | 0.53% | 0.58% | - |
| HSV(B) | 21.77º | 0.55% | 0.8% | - |
| XYZ | 35.04 | 30.1 | 13.86 | - |
| YUV | 148.85 | 95.35 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 91 | 0 | 0.35 | 0.55 | 0.2 | 21.77 | 0.53 | 0.58 |
| Hex | CC | 84 | 5B | 0 | 23 | 37 | 14 | 16 | 35 | 3A |
| Octal | 314 | 204 | 133 | 0 | 43 | 67 | 24 | 26 | 65 | 72 |
| Binary | 11001100 | 10000100 | 1011011 | 0 | 100011 | 110111 | 10100 | 10110 | 110101 | 111010 |
Color Harmonies of #CC845B
Complementary color
Monochromatic Colors of #CC845B
Black with #CC845B
Text Example
Text Example
White with #CC845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC845B; }
p { color: rgb(204,132,91); }
H1.HeaderClassName
{
color: #CC845B;
}
.AnyTagClassName
{
color: #CC845B;
}
</style>
background-color css
<style>
a { background-color: #CC845B; }
a { background-color: rgb(204,132,91); }
div.DivClassName
{
background-color: #CC845B;
}
.BgClassName
{
background-color: #CC845B;
}
</style>
border-color css
<style>
span { border-color: #CC845B; }
span { border-color: rgb(204,132,91); }
td.TdClassName
{
border-color: #CC845B;
}
.TagClassName
{
border-color: #CC845B;
}
</style>