Shades of Burning Sand #CF805C
Tints of Burning Sand #CF805C
RGB
CMYK
RGB Variations
Color information
#CF805C (or 0xCF805C) is known color: Burning Sand. HEX triplet: CF, 80 and 5C. RGB value is (207,128,92). Sum of RGB (Red+Green+Blue) = 207+128+92=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF805C is #307FA3. Grayscale: #939393. Windows color (decimal): -3178404 or 6062287. OLE color: 6062287.
HSL color Cylindrical-coordinate representation of color #CF805C: hue angle of 18.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF805C is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 92 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.19 |
| HSL | 18.78º | 0.55% | 0.59% | - |
| HSV(B) | 18.78º | 0.56% | 0.81% | - |
| XYZ | 35.38 | 29.48 | 13.95 | - |
| YUV | 147.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 92 | 0 | 0.38 | 0.56 | 0.19 | 18.78 | 0.55 | 0.59 |
| Hex | CF | 80 | 5C | 0 | 26 | 38 | 13 | 13 | 37 | 3B |
| Octal | 317 | 200 | 134 | 0 | 46 | 70 | 23 | 23 | 67 | 73 |
| Binary | 11001111 | 10000000 | 1011100 | 0 | 100110 | 111000 | 10011 | 10011 | 110111 | 111011 |
Color Harmonies of #CF805C
Complementary color
Monochromatic Colors of #CF805C
Black with #CF805C
Text Example
Text Example
White with #CF805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF805C; }
p { color: rgb(207,128,92); }
H1.HeaderClassName
{
color: #CF805C;
}
.AnyTagClassName
{
color: #CF805C;
}
</style>
background-color css
<style>
a { background-color: #CF805C; }
a { background-color: rgb(207,128,92); }
div.DivClassName
{
background-color: #CF805C;
}
.BgClassName
{
background-color: #CF805C;
}
</style>
border-color css
<style>
span { border-color: #CF805C; }
span { border-color: rgb(207,128,92); }
td.TdClassName
{
border-color: #CF805C;
}
.TagClassName
{
border-color: #CF805C;
}
</style>