Shades of Burning Sand #CF7E55
Tints of Burning Sand #CF7E55
RGB
CMYK
RGB Variations
Color information
#CF7E55 (or 0xCF7E55) is known color: Burning Sand. HEX triplet: CF, 7E and 55. RGB value is (207,126,85). Sum of RGB (Red+Green+Blue) = 207+126+85=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E55 is #3081AA. Grayscale: #919191. Windows color (decimal): -3178923 or 5603023. OLE color: 5603023.
HSL color Cylindrical-coordinate representation of color #CF7E55: hue angle of 20.16º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF7E55 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 85 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.19 |
| HSL | 20.16º | 0.56% | 0.57% | - |
| HSV(B) | 20.16º | 0.59% | 0.81% | - |
| XYZ | 34.83 | 28.84 | 12.33 | - |
| YUV | 145.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 85 | 0 | 0.39 | 0.59 | 0.19 | 20.16 | 0.56 | 0.57 |
| Hex | CF | 7E | 55 | 0 | 27 | 3B | 13 | 14 | 38 | 39 |
| Octal | 317 | 176 | 125 | 0 | 47 | 73 | 23 | 24 | 70 | 71 |
| Binary | 11001111 | 1111110 | 1010101 | 0 | 100111 | 111011 | 10011 | 10100 | 111000 | 111001 |
Color Harmonies of #CF7E55
Complementary color
Monochromatic Colors of #CF7E55
Black with #CF7E55
Text Example
Text Example
White with #CF7E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E55; }
p { color: rgb(207,126,85); }
H1.HeaderClassName
{
color: #CF7E55;
}
.AnyTagClassName
{
color: #CF7E55;
}
</style>
background-color css
<style>
a { background-color: #CF7E55; }
a { background-color: rgb(207,126,85); }
div.DivClassName
{
background-color: #CF7E55;
}
.BgClassName
{
background-color: #CF7E55;
}
</style>
border-color css
<style>
span { border-color: #CF7E55; }
span { border-color: rgb(207,126,85); }
td.TdClassName
{
border-color: #CF7E55;
}
.TagClassName
{
border-color: #CF7E55;
}
</style>