Shades of Burning Sand #CF7E5A
Tints of Burning Sand #CF7E5A
RGB
CMYK
RGB Variations
Color information
#CF7E5A (or 0xCF7E5A) is known color: Burning Sand. HEX triplet: CF, 7E and 5A. RGB value is (207,126,90). Sum of RGB (Red+Green+Blue) = 207+126+90=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E5A is #3081A5. Grayscale: #929292. Windows color (decimal): -3178918 or 5930703. OLE color: 5930703.
HSL color Cylindrical-coordinate representation of color #CF7E5A: hue angle of 18.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF7E5A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 90 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.19 |
| HSL | 18.46º | 0.55% | 0.58% | - |
| HSV(B) | 18.46º | 0.57% | 0.81% | - |
| XYZ | 35.04 | 28.93 | 13.41 | - |
| YUV | 146.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 90 | 0 | 0.39 | 0.57 | 0.19 | 18.46 | 0.55 | 0.58 |
| Hex | CF | 7E | 5A | 0 | 27 | 39 | 13 | 12 | 37 | 3A |
| Octal | 317 | 176 | 132 | 0 | 47 | 71 | 23 | 22 | 67 | 72 |
| Binary | 11001111 | 1111110 | 1011010 | 0 | 100111 | 111001 | 10011 | 10010 | 110111 | 111010 |
Color Harmonies of #CF7E5A
Complementary color
Monochromatic Colors of #CF7E5A
Black with #CF7E5A
Text Example
Text Example
White with #CF7E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E5A; }
p { color: rgb(207,126,90); }
H1.HeaderClassName
{
color: #CF7E5A;
}
.AnyTagClassName
{
color: #CF7E5A;
}
</style>
background-color css
<style>
a { background-color: #CF7E5A; }
a { background-color: rgb(207,126,90); }
div.DivClassName
{
background-color: #CF7E5A;
}
.BgClassName
{
background-color: #CF7E5A;
}
</style>
border-color css
<style>
span { border-color: #CF7E5A; }
span { border-color: rgb(207,126,90); }
td.TdClassName
{
border-color: #CF7E5A;
}
.TagClassName
{
border-color: #CF7E5A;
}
</style>