Shades of Burning Sand #CB7F66
Tints of Burning Sand #CB7F66
RGB
CMYK
RGB Variations
Color information
#CB7F66 (or 0xCB7F66) is known color: Burning Sand. HEX triplet: CB, 7F and 66. RGB value is (203,127,102). Sum of RGB (Red+Green+Blue) = 203+127+102=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F66 is #348099. Grayscale: #939393. Windows color (decimal): -3440794 or 6717387. OLE color: 6717387.
HSL color Cylindrical-coordinate representation of color #CB7F66: hue angle of 14.85º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7F66 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 102 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.20 |
| HSL | 14.85º | 0.49% | 0.6% | - |
| HSV(B) | 14.85º | 0.5% | 0.8% | - |
| XYZ | 34.62 | 28.83 | 16.31 | - |
| YUV | 146.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 102 | 0 | 0.37 | 0.50 | 0.20 | 14.85 | 0.49 | 0.6 |
| Hex | CB | 7F | 66 | 0 | 25 | 32 | 14 | F | 31 | 3C |
| Octal | 313 | 177 | 146 | 0 | 45 | 62 | 24 | 17 | 61 | 74 |
| Binary | 11001011 | 1111111 | 1100110 | 0 | 100101 | 110010 | 10100 | 1111 | 110001 | 111100 |
Color Harmonies of #CB7F66
Complementary color
Monochromatic Colors of #CB7F66
Black with #CB7F66
Text Example
Text Example
White with #CB7F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F66; }
p { color: rgb(203,127,102); }
H1.HeaderClassName
{
color: #CB7F66;
}
.AnyTagClassName
{
color: #CB7F66;
}
</style>
background-color css
<style>
a { background-color: #CB7F66; }
a { background-color: rgb(203,127,102); }
div.DivClassName
{
background-color: #CB7F66;
}
.BgClassName
{
background-color: #CB7F66;
}
</style>
border-color css
<style>
span { border-color: #CB7F66; }
span { border-color: rgb(203,127,102); }
td.TdClassName
{
border-color: #CB7F66;
}
.TagClassName
{
border-color: #CB7F66;
}
</style>