Shades of Burning Sand #CF875D
Tints of Burning Sand #CF875D
RGB
CMYK
RGB Variations
Color information
#CF875D (or 0xCF875D) is known color: Burning Sand. HEX triplet: CF, 87 and 5D. RGB value is (207,135,93). Sum of RGB (Red+Green+Blue) = 207+135+93=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF875D is #3078A2. Grayscale: #979797. Windows color (decimal): -3176611 or 6129615. OLE color: 6129615.
HSL color Cylindrical-coordinate representation of color #CF875D: hue angle of 22.11º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF875D is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 93 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.19 |
| HSL | 22.11º | 0.54% | 0.59% | - |
| HSV(B) | 22.11º | 0.55% | 0.81% | - |
| XYZ | 36.37 | 31.38 | 14.5 | - |
| YUV | 151.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 93 | 0 | 0.35 | 0.55 | 0.19 | 22.11 | 0.54 | 0.59 |
| Hex | CF | 87 | 5D | 0 | 23 | 37 | 13 | 16 | 36 | 3B |
| Octal | 317 | 207 | 135 | 0 | 43 | 67 | 23 | 26 | 66 | 73 |
| Binary | 11001111 | 10000111 | 1011101 | 0 | 100011 | 110111 | 10011 | 10110 | 110110 | 111011 |
Color Harmonies of #CF875D
Complementary color
Monochromatic Colors of #CF875D
Black with #CF875D
Text Example
Text Example
White with #CF875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF875D; }
p { color: rgb(207,135,93); }
H1.HeaderClassName
{
color: #CF875D;
}
.AnyTagClassName
{
color: #CF875D;
}
</style>
background-color css
<style>
a { background-color: #CF875D; }
a { background-color: rgb(207,135,93); }
div.DivClassName
{
background-color: #CF875D;
}
.BgClassName
{
background-color: #CF875D;
}
</style>
border-color css
<style>
span { border-color: #CF875D; }
span { border-color: rgb(207,135,93); }
td.TdClassName
{
border-color: #CF875D;
}
.TagClassName
{
border-color: #CF875D;
}
</style>