Shades of Burning Sand #CB7C63
Tints of Burning Sand #CB7C63
RGB
CMYK
RGB Variations
Color information
#CB7C63 (or 0xCB7C63) is known color: Burning Sand. HEX triplet: CB, 7C and 63. RGB value is (203,124,99). Sum of RGB (Red+Green+Blue) = 203+124+99=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 99 (39.06% from 255 or 23.24% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C63 is #34839C. Grayscale: #909090. Windows color (decimal): -3441565 or 6520011. OLE color: 6520011.
HSL color Cylindrical-coordinate representation of color #CB7C63: hue angle of 14.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7C63 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 99 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.20 |
| HSL | 14.42º | 0.5% | 0.59% | - |
| HSV(B) | 14.42º | 0.51% | 0.8% | - |
| XYZ | 34.09 | 28.01 | 15.41 | - |
| YUV | 144.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 99 | 0 | 0.39 | 0.51 | 0.20 | 14.42 | 0.5 | 0.59 |
| Hex | CB | 7C | 63 | 0 | 27 | 33 | 14 | E | 32 | 3B |
| Octal | 313 | 174 | 143 | 0 | 47 | 63 | 24 | 16 | 62 | 73 |
| Binary | 11001011 | 1111100 | 1100011 | 0 | 100111 | 110011 | 10100 | 1110 | 110010 | 111011 |
Color Harmonies of #CB7C63
Complementary color
Monochromatic Colors of #CB7C63
Black with #CB7C63
Text Example
Text Example
White with #CB7C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C63; }
p { color: rgb(203,124,99); }
H1.HeaderClassName
{
color: #CB7C63;
}
.AnyTagClassName
{
color: #CB7C63;
}
</style>
background-color css
<style>
a { background-color: #CB7C63; }
a { background-color: rgb(203,124,99); }
div.DivClassName
{
background-color: #CB7C63;
}
.BgClassName
{
background-color: #CB7C63;
}
</style>
border-color css
<style>
span { border-color: #CB7C63; }
span { border-color: rgb(203,124,99); }
td.TdClassName
{
border-color: #CB7C63;
}
.TagClassName
{
border-color: #CB7C63;
}
</style>