Shades of Burning Sand #CC845C
Tints of Burning Sand #CC845C
RGB
CMYK
RGB Variations
Color information
#CC845C (or 0xCC845C) is known color: Burning Sand. HEX triplet: CC, 84 and 5C. RGB value is (204,132,92). Sum of RGB (Red+Green+Blue) = 204+132+92=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845C is #337BA3. Grayscale: #959595. Windows color (decimal): -3373988 or 6063308. OLE color: 6063308.
HSL color Cylindrical-coordinate representation of color #CC845C: hue angle of 21.43º degrees, saturation: 0.52, 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 #CC845C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 92 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.2 |
| HSL | 21.43º | 0.52% | 0.58% | - |
| HSV(B) | 21.43º | 0.55% | 0.8% | - |
| XYZ | 35.08 | 30.11 | 14.09 | - |
| YUV | 148.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 92 | 0 | 0.35 | 0.55 | 0.2 | 21.43 | 0.52 | 0.58 |
| Hex | CC | 84 | 5C | 0 | 23 | 37 | 14 | 15 | 34 | 3A |
| Octal | 314 | 204 | 134 | 0 | 43 | 67 | 24 | 25 | 64 | 72 |
| Binary | 11001100 | 10000100 | 1011100 | 0 | 100011 | 110111 | 10100 | 10101 | 110100 | 111010 |
Color Harmonies of #CC845C
Complementary color
Monochromatic Colors of #CC845C
Black with #CC845C
Text Example
Text Example
White with #CC845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC845C; }
p { color: rgb(204,132,92); }
H1.HeaderClassName
{
color: #CC845C;
}
.AnyTagClassName
{
color: #CC845C;
}
</style>
background-color css
<style>
a { background-color: #CC845C; }
a { background-color: rgb(204,132,92); }
div.DivClassName
{
background-color: #CC845C;
}
.BgClassName
{
background-color: #CC845C;
}
</style>
border-color css
<style>
span { border-color: #CC845C; }
span { border-color: rgb(204,132,92); }
td.TdClassName
{
border-color: #CC845C;
}
.TagClassName
{
border-color: #CC845C;
}
</style>