Shades of Burning Sand #CF8B6B
Tints of Burning Sand #CF8B6B
RGB
CMYK
RGB Variations
Color information
#CF8B6B (or 0xCF8B6B) is known color: Burning Sand. HEX triplet: CF, 8B and 6B. RGB value is (207,139,107). Sum of RGB (Red+Green+Blue) = 207+139+107=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B6B is #307494. Grayscale: #9B9B9B. Windows color (decimal): -3175573 or 7048143. OLE color: 7048143.
HSL color Cylindrical-coordinate representation of color #CF8B6B: hue angle of 19.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF8B6B is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 107 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.19 |
| HSL | 19.2º | 0.51% | 0.62% | - |
| HSV(B) | 19.2º | 0.48% | 0.81% | - |
| XYZ | 37.62 | 32.79 | 18.26 | - |
| YUV | 155.68 | 100.53 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 107 | 0 | 0.33 | 0.48 | 0.19 | 19.2 | 0.51 | 0.62 |
| Hex | CF | 8B | 6B | 0 | 21 | 30 | 13 | 13 | 33 | 3E |
| Octal | 317 | 213 | 153 | 0 | 41 | 60 | 23 | 23 | 63 | 76 |
| Binary | 11001111 | 10001011 | 1101011 | 0 | 100001 | 110000 | 10011 | 10011 | 110011 | 111110 |
Color Harmonies of #CF8B6B
Complementary color
Monochromatic Colors of #CF8B6B
Black with #CF8B6B
Text Example
Text Example
White with #CF8B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B6B; }
p { color: rgb(207,139,107); }
H1.HeaderClassName
{
color: #CF8B6B;
}
.AnyTagClassName
{
color: #CF8B6B;
}
</style>
background-color css
<style>
a { background-color: #CF8B6B; }
a { background-color: rgb(207,139,107); }
div.DivClassName
{
background-color: #CF8B6B;
}
.BgClassName
{
background-color: #CF8B6B;
}
</style>
border-color css
<style>
span { border-color: #CF8B6B; }
span { border-color: rgb(207,139,107); }
td.TdClassName
{
border-color: #CF8B6B;
}
.TagClassName
{
border-color: #CF8B6B;
}
</style>