Shades of Burning Sand #CF8369
Tints of Burning Sand #CF8369
RGB
CMYK
RGB Variations
Color information
#CF8369 (or 0xCF8369) is known color: Burning Sand. HEX triplet: CF, 83 and 69. RGB value is (207,131,105). Sum of RGB (Red+Green+Blue) = 207+131+105=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8369 is #307C96. Grayscale: #969696. Windows color (decimal): -3177623 or 6915023. OLE color: 6915023.
HSL color Cylindrical-coordinate representation of color #CF8369: hue angle of 15.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF8369 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 105 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.19 |
| HSL | 15.29º | 0.52% | 0.61% | - |
| HSV(B) | 15.29º | 0.49% | 0.81% | - |
| XYZ | 36.4 | 30.52 | 17.34 | - |
| YUV | 150.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 105 | 0 | 0.37 | 0.49 | 0.19 | 15.29 | 0.52 | 0.61 |
| Hex | CF | 83 | 69 | 0 | 25 | 31 | 13 | F | 34 | 3D |
| Octal | 317 | 203 | 151 | 0 | 45 | 61 | 23 | 17 | 64 | 75 |
| Binary | 11001111 | 10000011 | 1101001 | 0 | 100101 | 110001 | 10011 | 1111 | 110100 | 111101 |
Color Harmonies of #CF8369
Complementary color
Monochromatic Colors of #CF8369
Black with #CF8369
Text Example
Text Example
White with #CF8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8369; }
p { color: rgb(207,131,105); }
H1.HeaderClassName
{
color: #CF8369;
}
.AnyTagClassName
{
color: #CF8369;
}
</style>
background-color css
<style>
a { background-color: #CF8369; }
a { background-color: rgb(207,131,105); }
div.DivClassName
{
background-color: #CF8369;
}
.BgClassName
{
background-color: #CF8369;
}
</style>
border-color css
<style>
span { border-color: #CF8369; }
span { border-color: rgb(207,131,105); }
td.TdClassName
{
border-color: #CF8369;
}
.TagClassName
{
border-color: #CF8369;
}
</style>