Shades of Burning Sand #CC845A
Tints of Burning Sand #CC845A
RGB
CMYK
RGB Variations
Color information
#CC845A (or 0xCC845A) is known color: Burning Sand. HEX triplet: CC, 84 and 5A. RGB value is (204,132,90). Sum of RGB (Red+Green+Blue) = 204+132+90=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 90 (35.55% from 255 or 21.13% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC845A is #337BA5. Grayscale: #949494. Windows color (decimal): -3373990 or 5932236. OLE color: 5932236.
HSL color Cylindrical-coordinate representation of color #CC845A: hue angle of 22.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC845A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 90 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.2 |
| HSL | 22.11º | 0.53% | 0.58% | - |
| HSV(B) | 22.11º | 0.56% | 0.8% | - |
| XYZ | 35 | 30.08 | 13.63 | - |
| YUV | 148.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 90 | 0 | 0.35 | 0.56 | 0.2 | 22.11 | 0.53 | 0.58 |
| Hex | CC | 84 | 5A | 0 | 23 | 38 | 14 | 16 | 35 | 3A |
| Octal | 314 | 204 | 132 | 0 | 43 | 70 | 24 | 26 | 65 | 72 |
| Binary | 11001100 | 10000100 | 1011010 | 0 | 100011 | 111000 | 10100 | 10110 | 110101 | 111010 |
Color Harmonies of #CC845A
Complementary color
Monochromatic Colors of #CC845A
Black with #CC845A
Text Example
Text Example
White with #CC845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC845A; }
p { color: rgb(204,132,90); }
H1.HeaderClassName
{
color: #CC845A;
}
.AnyTagClassName
{
color: #CC845A;
}
</style>
background-color css
<style>
a { background-color: #CC845A; }
a { background-color: rgb(204,132,90); }
div.DivClassName
{
background-color: #CC845A;
}
.BgClassName
{
background-color: #CC845A;
}
</style>
border-color css
<style>
span { border-color: #CC845A; }
span { border-color: rgb(204,132,90); }
td.TdClassName
{
border-color: #CC845A;
}
.TagClassName
{
border-color: #CC845A;
}
</style>