Shades of Burning Sand #CF8A69
Tints of Burning Sand #CF8A69
RGB
CMYK
RGB Variations
Color information
#CF8A69 (or 0xCF8A69) is known color: Burning Sand. HEX triplet: CF, 8A and 69. RGB value is (207,138,105). Sum of RGB (Red+Green+Blue) = 207+138+105=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A69 is #307596. Grayscale: #9B9B9B. Windows color (decimal): -3175831 or 6916815. OLE color: 6916815.
HSL color Cylindrical-coordinate representation of color #CF8A69: hue angle of 19.41º 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 #CF8A69 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 105 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.19 |
| HSL | 19.41º | 0.52% | 0.61% | - |
| HSV(B) | 19.41º | 0.49% | 0.81% | - |
| XYZ | 37.37 | 32.46 | 17.66 | - |
| YUV | 154.87 | 99.86 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 105 | 0 | 0.33 | 0.49 | 0.19 | 19.41 | 0.52 | 0.61 |
| Hex | CF | 8A | 69 | 0 | 21 | 31 | 13 | 13 | 34 | 3D |
| Octal | 317 | 212 | 151 | 0 | 41 | 61 | 23 | 23 | 64 | 75 |
| Binary | 11001111 | 10001010 | 1101001 | 0 | 100001 | 110001 | 10011 | 10011 | 110100 | 111101 |
Color Harmonies of #CF8A69
Complementary color
Monochromatic Colors of #CF8A69
Black with #CF8A69
Text Example
Text Example
White with #CF8A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8A69; }
p { color: rgb(207,138,105); }
H1.HeaderClassName
{
color: #CF8A69;
}
.AnyTagClassName
{
color: #CF8A69;
}
</style>
background-color css
<style>
a { background-color: #CF8A69; }
a { background-color: rgb(207,138,105); }
div.DivClassName
{
background-color: #CF8A69;
}
.BgClassName
{
background-color: #CF8A69;
}
</style>
border-color css
<style>
span { border-color: #CF8A69; }
span { border-color: rgb(207,138,105); }
td.TdClassName
{
border-color: #CF8A69;
}
.TagClassName
{
border-color: #CF8A69;
}
</style>