Shades of Burning Sand #CF846C
Tints of Burning Sand #CF846C
RGB
CMYK
RGB Variations
Color information
#CF846C (or 0xCF846C) is known color: Burning Sand. HEX triplet: CF, 84 and 6C. RGB value is (207,132,108). Sum of RGB (Red+Green+Blue) = 207+132+108=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF846C is #307B93. Grayscale: #979797. Windows color (decimal): -3177364 or 7111887. OLE color: 7111887.
HSL color Cylindrical-coordinate representation of color #CF846C: hue angle of 14.55º 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 #CF846C is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 108 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.19 |
| HSL | 14.55º | 0.51% | 0.62% | - |
| HSV(B) | 14.55º | 0.48% | 0.81% | - |
| XYZ | 36.69 | 30.85 | 18.21 | - |
| YUV | 151.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 108 | 0 | 0.36 | 0.48 | 0.19 | 14.55 | 0.51 | 0.62 |
| Hex | CF | 84 | 6C | 0 | 24 | 30 | 13 | F | 33 | 3E |
| Octal | 317 | 204 | 154 | 0 | 44 | 60 | 23 | 17 | 63 | 76 |
| Binary | 11001111 | 10000100 | 1101100 | 0 | 100100 | 110000 | 10011 | 1111 | 110011 | 111110 |
Color Harmonies of #CF846C
Complementary color
Monochromatic Colors of #CF846C
Black with #CF846C
Text Example
Text Example
White with #CF846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF846C; }
p { color: rgb(207,132,108); }
H1.HeaderClassName
{
color: #CF846C;
}
.AnyTagClassName
{
color: #CF846C;
}
</style>
background-color css
<style>
a { background-color: #CF846C; }
a { background-color: rgb(207,132,108); }
div.DivClassName
{
background-color: #CF846C;
}
.BgClassName
{
background-color: #CF846C;
}
</style>
border-color css
<style>
span { border-color: #CF846C; }
span { border-color: rgb(207,132,108); }
td.TdClassName
{
border-color: #CF846C;
}
.TagClassName
{
border-color: #CF846C;
}
</style>