Shades of Burning Sand #CF806E
Tints of Burning Sand #CF806E
RGB
CMYK
RGB Variations
Color information
#CF806E (or 0xCF806E) is known color: Burning Sand. HEX triplet: CF, 80 and 6E. RGB value is (207,128,110). Sum of RGB (Red+Green+Blue) = 207+128+110=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF806E is #307F91. Grayscale: #959595. Windows color (decimal): -3178386 or 7241935. OLE color: 7241935.
HSL color Cylindrical-coordinate representation of color #CF806E: hue angle of 11.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF806E is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 110 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.19 |
| HSL | 11.13º | 0.5% | 0.62% | - |
| HSV(B) | 11.13º | 0.47% | 0.81% | - |
| XYZ | 36.27 | 29.83 | 18.6 | - |
| YUV | 149.57 | 105.67 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 110 | 0 | 0.38 | 0.47 | 0.19 | 11.13 | 0.5 | 0.62 |
| Hex | CF | 80 | 6E | 0 | 26 | 2F | 13 | B | 32 | 3E |
| Octal | 317 | 200 | 156 | 0 | 46 | 57 | 23 | 13 | 62 | 76 |
| Binary | 11001111 | 10000000 | 1101110 | 0 | 100110 | 101111 | 10011 | 1011 | 110010 | 111110 |
Color Harmonies of #CF806E
Complementary color
Monochromatic Colors of #CF806E
Black with #CF806E
Text Example
Text Example
White with #CF806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF806E; }
p { color: rgb(207,128,110); }
H1.HeaderClassName
{
color: #CF806E;
}
.AnyTagClassName
{
color: #CF806E;
}
</style>
background-color css
<style>
a { background-color: #CF806E; }
a { background-color: rgb(207,128,110); }
div.DivClassName
{
background-color: #CF806E;
}
.BgClassName
{
background-color: #CF806E;
}
</style>
border-color css
<style>
span { border-color: #CF806E; }
span { border-color: rgb(207,128,110); }
td.TdClassName
{
border-color: #CF806E;
}
.TagClassName
{
border-color: #CF806E;
}
</style>