Shades of Burning Sand #CF7F67
Tints of Burning Sand #CF7F67
RGB
CMYK
RGB Variations
Color information
#CF7F67 (or 0xCF7F67) is known color: Burning Sand. HEX triplet: CF, 7F and 67. RGB value is (207,127,103). Sum of RGB (Red+Green+Blue) = 207+127+103=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 103 (40.62% from 255 or 23.57% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F67 is #308098. Grayscale: #949494. Windows color (decimal): -3178649 or 6782927. OLE color: 6782927.
HSL color Cylindrical-coordinate representation of color #CF7F67: hue angle of 13.85º 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 #CF7F67 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 103 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.19 |
| HSL | 13.85º | 0.52% | 0.61% | - |
| HSV(B) | 13.85º | 0.5% | 0.81% | - |
| XYZ | 35.77 | 29.42 | 16.63 | - |
| YUV | 148.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 103 | 0 | 0.39 | 0.50 | 0.19 | 13.85 | 0.52 | 0.61 |
| Hex | CF | 7F | 67 | 0 | 27 | 32 | 13 | E | 34 | 3D |
| Octal | 317 | 177 | 147 | 0 | 47 | 62 | 23 | 16 | 64 | 75 |
| Binary | 11001111 | 1111111 | 1100111 | 0 | 100111 | 110010 | 10011 | 1110 | 110100 | 111101 |
Color Harmonies of #CF7F67
Complementary color
Monochromatic Colors of #CF7F67
Black with #CF7F67
Text Example
Text Example
White with #CF7F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F67; }
p { color: rgb(207,127,103); }
H1.HeaderClassName
{
color: #CF7F67;
}
.AnyTagClassName
{
color: #CF7F67;
}
</style>
background-color css
<style>
a { background-color: #CF7F67; }
a { background-color: rgb(207,127,103); }
div.DivClassName
{
background-color: #CF7F67;
}
.BgClassName
{
background-color: #CF7F67;
}
</style>
border-color css
<style>
span { border-color: #CF7F67; }
span { border-color: rgb(207,127,103); }
td.TdClassName
{
border-color: #CF7F67;
}
.TagClassName
{
border-color: #CF7F67;
}
</style>