Shades of Burning Sand #CF845D
Tints of Burning Sand #CF845D
RGB
CMYK
RGB Variations
Color information
#CF845D (or 0xCF845D) is known color: Burning Sand. HEX triplet: CF, 84 and 5D. RGB value is (207,132,93). Sum of RGB (Red+Green+Blue) = 207+132+93=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF845D is #307BA2. Grayscale: #969696. Windows color (decimal): -3177379 or 6128847. OLE color: 6128847.
HSL color Cylindrical-coordinate representation of color #CF845D: hue angle of 20.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF845D is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 93 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.19 |
| HSL | 20.53º | 0.54% | 0.59% | - |
| HSV(B) | 20.53º | 0.55% | 0.81% | - |
| XYZ | 35.96 | 30.56 | 14.36 | - |
| YUV | 149.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 93 | 0 | 0.36 | 0.55 | 0.19 | 20.53 | 0.54 | 0.59 |
| Hex | CF | 84 | 5D | 0 | 24 | 37 | 13 | 15 | 36 | 3B |
| Octal | 317 | 204 | 135 | 0 | 44 | 67 | 23 | 25 | 66 | 73 |
| Binary | 11001111 | 10000100 | 1011101 | 0 | 100100 | 110111 | 10011 | 10101 | 110110 | 111011 |
Color Harmonies of #CF845D
Complementary color
Monochromatic Colors of #CF845D
Black with #CF845D
Text Example
Text Example
White with #CF845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF845D; }
p { color: rgb(207,132,93); }
H1.HeaderClassName
{
color: #CF845D;
}
.AnyTagClassName
{
color: #CF845D;
}
</style>
background-color css
<style>
a { background-color: #CF845D; }
a { background-color: rgb(207,132,93); }
div.DivClassName
{
background-color: #CF845D;
}
.BgClassName
{
background-color: #CF845D;
}
</style>
border-color css
<style>
span { border-color: #CF845D; }
span { border-color: rgb(207,132,93); }
td.TdClassName
{
border-color: #CF845D;
}
.TagClassName
{
border-color: #CF845D;
}
</style>