Shades of Burning Sand #CD825E
Tints of Burning Sand #CD825E
RGB
CMYK
RGB Variations
Color information
#CD825E (or 0xCD825E) is known color: Burning Sand. HEX triplet: CD, 82 and 5E. RGB value is (205,130,94). Sum of RGB (Red+Green+Blue) = 205+130+94=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 94 (37.11% from 255 or 21.91% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD825E is #327DA1. Grayscale: #949494. Windows color (decimal): -3308962 or 6193869. OLE color: 6193869.
HSL color Cylindrical-coordinate representation of color #CD825E: hue angle of 19.46º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD825E is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 130 | 94 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.20 |
| HSL | 19.46º | 0.53% | 0.59% | - |
| HSV(B) | 19.46º | 0.54% | 0.8% | - |
| XYZ | 35.18 | 29.75 | 14.48 | - |
| YUV | 148.32 | 97.35 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 130 | 94 | 0 | 0.37 | 0.54 | 0.20 | 19.46 | 0.53 | 0.59 |
| Hex | CD | 82 | 5E | 0 | 25 | 36 | 14 | 13 | 35 | 3B |
| Octal | 315 | 202 | 136 | 0 | 45 | 66 | 24 | 23 | 65 | 73 |
| Binary | 11001101 | 10000010 | 1011110 | 0 | 100101 | 110110 | 10100 | 10011 | 110101 | 111011 |
Color Harmonies of #CD825E
Complementary color
Monochromatic Colors of #CD825E
Black with #CD825E
Text Example
Text Example
White with #CD825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD825E; }
p { color: rgb(205,130,94); }
H1.HeaderClassName
{
color: #CD825E;
}
.AnyTagClassName
{
color: #CD825E;
}
</style>
background-color css
<style>
a { background-color: #CD825E; }
a { background-color: rgb(205,130,94); }
div.DivClassName
{
background-color: #CD825E;
}
.BgClassName
{
background-color: #CD825E;
}
</style>
border-color css
<style>
span { border-color: #CD825E; }
span { border-color: rgb(205,130,94); }
td.TdClassName
{
border-color: #CD825E;
}
.TagClassName
{
border-color: #CD825E;
}
</style>