Shades of Burning Sand #CC825B
Tints of Burning Sand #CC825B
RGB
CMYK
RGB Variations
Color information
#CC825B (or 0xCC825B) is known color: Burning Sand. HEX triplet: CC, 82 and 5B. RGB value is (204,130,91). Sum of RGB (Red+Green+Blue) = 204+130+91=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 91 (35.94% from 255 or 21.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC825B is #337DA4. Grayscale: #939393. Windows color (decimal): -3374501 or 5997260. OLE color: 5997260.
HSL color Cylindrical-coordinate representation of color #CC825B: hue angle of 20.71º 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 #CC825B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 91 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.2 |
| HSL | 20.71º | 0.53% | 0.58% | - |
| HSV(B) | 20.71º | 0.55% | 0.8% | - |
| XYZ | 34.77 | 29.56 | 13.77 | - |
| YUV | 147.68 | 96.02 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 91 | 0 | 0.36 | 0.55 | 0.2 | 20.71 | 0.53 | 0.58 |
| Hex | CC | 82 | 5B | 0 | 24 | 37 | 14 | 15 | 35 | 3A |
| Octal | 314 | 202 | 133 | 0 | 44 | 67 | 24 | 25 | 65 | 72 |
| Binary | 11001100 | 10000010 | 1011011 | 0 | 100100 | 110111 | 10100 | 10101 | 110101 | 111010 |
Color Harmonies of #CC825B
Complementary color
Monochromatic Colors of #CC825B
Black with #CC825B
Text Example
Text Example
White with #CC825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC825B; }
p { color: rgb(204,130,91); }
H1.HeaderClassName
{
color: #CC825B;
}
.AnyTagClassName
{
color: #CC825B;
}
</style>
background-color css
<style>
a { background-color: #CC825B; }
a { background-color: rgb(204,130,91); }
div.DivClassName
{
background-color: #CC825B;
}
.BgClassName
{
background-color: #CC825B;
}
</style>
border-color css
<style>
span { border-color: #CC825B; }
span { border-color: rgb(204,130,91); }
td.TdClassName
{
border-color: #CC825B;
}
.TagClassName
{
border-color: #CC825B;
}
</style>