Shades of Burning Sand #CC825F
Tints of Burning Sand #CC825F
RGB
CMYK
RGB Variations
Color information
#CC825F (or 0xCC825F) is known color: Burning Sand. HEX triplet: CC, 82 and 5F. RGB value is (204,130,95). Sum of RGB (Red+Green+Blue) = 204+130+95=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC825F is #337DA0. Grayscale: #949494. Windows color (decimal): -3374497 or 6259404. OLE color: 6259404.
HSL color Cylindrical-coordinate representation of color #CC825F: hue angle of 19.27º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC825F is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 95 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.2 |
| HSL | 19.27º | 0.52% | 0.59% | - |
| HSV(B) | 19.27º | 0.53% | 0.8% | - |
| XYZ | 34.95 | 29.63 | 14.7 | - |
| YUV | 148.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 95 | 0 | 0.36 | 0.53 | 0.2 | 19.27 | 0.52 | 0.59 |
| Hex | CC | 82 | 5F | 0 | 24 | 35 | 14 | 13 | 34 | 3B |
| Octal | 314 | 202 | 137 | 0 | 44 | 65 | 24 | 23 | 64 | 73 |
| Binary | 11001100 | 10000010 | 1011111 | 0 | 100100 | 110101 | 10100 | 10011 | 110100 | 111011 |
Color Harmonies of #CC825F
Complementary color
Monochromatic Colors of #CC825F
Black with #CC825F
Text Example
Text Example
White with #CC825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC825F; }
p { color: rgb(204,130,95); }
H1.HeaderClassName
{
color: #CC825F;
}
.AnyTagClassName
{
color: #CC825F;
}
</style>
background-color css
<style>
a { background-color: #CC825F; }
a { background-color: rgb(204,130,95); }
div.DivClassName
{
background-color: #CC825F;
}
.BgClassName
{
background-color: #CC825F;
}
</style>
border-color css
<style>
span { border-color: #CC825F; }
span { border-color: rgb(204,130,95); }
td.TdClassName
{
border-color: #CC825F;
}
.TagClassName
{
border-color: #CC825F;
}
</style>