Shades of Burning Sand #CC835D
Tints of Burning Sand #CC835D
RGB
CMYK
RGB Variations
Color information
#CC835D (or 0xCC835D) is known color: Burning Sand. HEX triplet: CC, 83 and 5D. RGB value is (204,131,93). Sum of RGB (Red+Green+Blue) = 204+131+93=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC835D is #337CA2. Grayscale: #949494. Windows color (decimal): -3374243 or 6128588. OLE color: 6128588.
HSL color Cylindrical-coordinate representation of color #CC835D: hue angle of 20.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC835D is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 93 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.2 |
| HSL | 20.54º | 0.52% | 0.58% | - |
| HSV(B) | 20.54º | 0.54% | 0.8% | - |
| XYZ | 34.99 | 29.86 | 14.28 | - |
| YUV | 148.5 | 96.68 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 93 | 0 | 0.36 | 0.54 | 0.2 | 20.54 | 0.52 | 0.58 |
| Hex | CC | 83 | 5D | 0 | 24 | 36 | 14 | 15 | 34 | 3A |
| Octal | 314 | 203 | 135 | 0 | 44 | 66 | 24 | 25 | 64 | 72 |
| Binary | 11001100 | 10000011 | 1011101 | 0 | 100100 | 110110 | 10100 | 10101 | 110100 | 111010 |
Color Harmonies of #CC835D
Complementary color
Monochromatic Colors of #CC835D
Black with #CC835D
Text Example
Text Example
White with #CC835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC835D; }
p { color: rgb(204,131,93); }
H1.HeaderClassName
{
color: #CC835D;
}
.AnyTagClassName
{
color: #CC835D;
}
</style>
background-color css
<style>
a { background-color: #CC835D; }
a { background-color: rgb(204,131,93); }
div.DivClassName
{
background-color: #CC835D;
}
.BgClassName
{
background-color: #CC835D;
}
</style>
border-color css
<style>
span { border-color: #CC835D; }
span { border-color: rgb(204,131,93); }
td.TdClassName
{
border-color: #CC835D;
}
.TagClassName
{
border-color: #CC835D;
}
</style>