Shades of Burning Sand #CF805D
Tints of Burning Sand #CF805D
RGB
CMYK
RGB Variations
Color information
#CF805D (or 0xCF805D) is known color: Burning Sand. HEX triplet: CF, 80 and 5D. RGB value is (207,128,93). Sum of RGB (Red+Green+Blue) = 207+128+93=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF805D is #307FA2. Grayscale: #939393. Windows color (decimal): -3178403 or 6127823. OLE color: 6127823.
HSL color Cylindrical-coordinate representation of color #CF805D: hue angle of 18.42º 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 #CF805D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 93 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.19 |
| HSL | 18.42º | 0.54% | 0.59% | - |
| HSV(B) | 18.42º | 0.55% | 0.81% | - |
| XYZ | 35.43 | 29.49 | 14.18 | - |
| YUV | 147.63 | 97.17 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 93 | 0 | 0.38 | 0.55 | 0.19 | 18.42 | 0.54 | 0.59 |
| Hex | CF | 80 | 5D | 0 | 26 | 37 | 13 | 12 | 36 | 3B |
| Octal | 317 | 200 | 135 | 0 | 46 | 67 | 23 | 22 | 66 | 73 |
| Binary | 11001111 | 10000000 | 1011101 | 0 | 100110 | 110111 | 10011 | 10010 | 110110 | 111011 |
Color Harmonies of #CF805D
Complementary color
Monochromatic Colors of #CF805D
Black with #CF805D
Text Example
Text Example
White with #CF805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF805D; }
p { color: rgb(207,128,93); }
H1.HeaderClassName
{
color: #CF805D;
}
.AnyTagClassName
{
color: #CF805D;
}
</style>
background-color css
<style>
a { background-color: #CF805D; }
a { background-color: rgb(207,128,93); }
div.DivClassName
{
background-color: #CF805D;
}
.BgClassName
{
background-color: #CF805D;
}
</style>
border-color css
<style>
span { border-color: #CF805D; }
span { border-color: rgb(207,128,93); }
td.TdClassName
{
border-color: #CF805D;
}
.TagClassName
{
border-color: #CF805D;
}
</style>