Shades of Burning Sand #CF8067
Tints of Burning Sand #CF8067
RGB
CMYK
RGB Variations
Color information
#CF8067 (or 0xCF8067) is known color: Burning Sand. HEX triplet: CF, 80 and 67. RGB value is (207,128,103). Sum of RGB (Red+Green+Blue) = 207+128+103=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8067 is #307F98. Grayscale: #949494. Windows color (decimal): -3178393 or 6783183. OLE color: 6783183.
HSL color Cylindrical-coordinate representation of color #CF8067: hue angle of 14.42º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF8067 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 103 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.19 |
| HSL | 14.42º | 0.52% | 0.61% | - |
| HSV(B) | 14.42º | 0.5% | 0.81% | - |
| XYZ | 35.9 | 29.68 | 16.67 | - |
| YUV | 148.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 103 | 0 | 0.38 | 0.50 | 0.19 | 14.42 | 0.52 | 0.61 |
| Hex | CF | 80 | 67 | 0 | 26 | 32 | 13 | E | 34 | 3D |
| Octal | 317 | 200 | 147 | 0 | 46 | 62 | 23 | 16 | 64 | 75 |
| Binary | 11001111 | 10000000 | 1100111 | 0 | 100110 | 110010 | 10011 | 1110 | 110100 | 111101 |
Color Harmonies of #CF8067
Complementary color
Monochromatic Colors of #CF8067
Black with #CF8067
Text Example
Text Example
White with #CF8067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8067; }
p { color: rgb(207,128,103); }
H1.HeaderClassName
{
color: #CF8067;
}
.AnyTagClassName
{
color: #CF8067;
}
</style>
background-color css
<style>
a { background-color: #CF8067; }
a { background-color: rgb(207,128,103); }
div.DivClassName
{
background-color: #CF8067;
}
.BgClassName
{
background-color: #CF8067;
}
</style>
border-color css
<style>
span { border-color: #CF8067; }
span { border-color: rgb(207,128,103); }
td.TdClassName
{
border-color: #CF8067;
}
.TagClassName
{
border-color: #CF8067;
}
</style>