Shades of Burning Sand #CB7E6D
Tints of Burning Sand #CB7E6D
RGB
CMYK
RGB Variations
Color information
#CB7E6D (or 0xCB7E6D) is known color: Burning Sand. HEX triplet: CB, 7E and 6D. RGB value is (203,126,109). Sum of RGB (Red+Green+Blue) = 203+126+109=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E6D is #348192. Grayscale: #939393. Windows color (decimal): -3441043 or 7175883. OLE color: 7175883.
HSL color Cylindrical-coordinate representation of color #CB7E6D: hue angle of 10.85º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB7E6D is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 109 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.20 |
| HSL | 10.85º | 0.47% | 0.61% | - |
| HSV(B) | 10.85º | 0.46% | 0.8% | - |
| XYZ | 34.85 | 28.72 | 18.18 | - |
| YUV | 147.09 | 106.51 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 109 | 0 | 0.38 | 0.46 | 0.20 | 10.85 | 0.47 | 0.61 |
| Hex | CB | 7E | 6D | 0 | 26 | 2E | 14 | B | 2F | 3D |
| Octal | 313 | 176 | 155 | 0 | 46 | 56 | 24 | 13 | 57 | 75 |
| Binary | 11001011 | 1111110 | 1101101 | 0 | 100110 | 101110 | 10100 | 1011 | 101111 | 111101 |
Color Harmonies of #CB7E6D
Complementary color
Monochromatic Colors of #CB7E6D
Black with #CB7E6D
Text Example
Text Example
White with #CB7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E6D; }
p { color: rgb(203,126,109); }
H1.HeaderClassName
{
color: #CB7E6D;
}
.AnyTagClassName
{
color: #CB7E6D;
}
</style>
background-color css
<style>
a { background-color: #CB7E6D; }
a { background-color: rgb(203,126,109); }
div.DivClassName
{
background-color: #CB7E6D;
}
.BgClassName
{
background-color: #CB7E6D;
}
</style>
border-color css
<style>
span { border-color: #CB7E6D; }
span { border-color: rgb(203,126,109); }
td.TdClassName
{
border-color: #CB7E6D;
}
.TagClassName
{
border-color: #CB7E6D;
}
</style>