Shades of Burning Sand #CF815E
Tints of Burning Sand #CF815E
RGB
CMYK
RGB Variations
Color information
#CF815E (or 0xCF815E) is known color: Burning Sand. HEX triplet: CF, 81 and 5E. RGB value is (207,129,94). Sum of RGB (Red+Green+Blue) = 207+129+94=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF815E is #307EA1. Grayscale: #949494. Windows color (decimal): -3178146 or 6193615. OLE color: 6193615.
HSL color Cylindrical-coordinate representation of color #CF815E: hue angle of 18.58º 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 #CF815E is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 94 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.19 |
| HSL | 18.58º | 0.54% | 0.59% | - |
| HSV(B) | 18.58º | 0.55% | 0.81% | - |
| XYZ | 35.6 | 29.77 | 14.46 | - |
| YUV | 148.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 94 | 0 | 0.38 | 0.55 | 0.19 | 18.58 | 0.54 | 0.59 |
| Hex | CF | 81 | 5E | 0 | 26 | 37 | 13 | 13 | 36 | 3B |
| Octal | 317 | 201 | 136 | 0 | 46 | 67 | 23 | 23 | 66 | 73 |
| Binary | 11001111 | 10000001 | 1011110 | 0 | 100110 | 110111 | 10011 | 10011 | 110110 | 111011 |
Color Harmonies of #CF815E
Complementary color
Monochromatic Colors of #CF815E
Black with #CF815E
Text Example
Text Example
White with #CF815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF815E; }
p { color: rgb(207,129,94); }
H1.HeaderClassName
{
color: #CF815E;
}
.AnyTagClassName
{
color: #CF815E;
}
</style>
background-color css
<style>
a { background-color: #CF815E; }
a { background-color: rgb(207,129,94); }
div.DivClassName
{
background-color: #CF815E;
}
.BgClassName
{
background-color: #CF815E;
}
</style>
border-color css
<style>
span { border-color: #CF815E; }
span { border-color: rgb(207,129,94); }
td.TdClassName
{
border-color: #CF815E;
}
.TagClassName
{
border-color: #CF815E;
}
</style>