Shades of Burning Sand #CB7A65
Tints of Burning Sand #CB7A65
RGB
CMYK
RGB Variations
Color information
#CB7A65 (or 0xCB7A65) is known color: Burning Sand. HEX triplet: CB, 7A and 65. RGB value is (203,122,101). Sum of RGB (Red+Green+Blue) = 203+122+101=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A65 is #34859A. Grayscale: #8F8F8F. Windows color (decimal): -3442075 or 6650571. OLE color: 6650571.
HSL color Cylindrical-coordinate representation of color #CB7A65: hue angle of 12.35º degrees, saturation: 0.5, 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 #CB7A65 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.20 |
| HSL | 12.35º | 0.5% | 0.6% | - |
| HSV(B) | 12.35º | 0.5% | 0.8% | - |
| XYZ | 33.94 | 27.56 | 15.84 | - |
| YUV | 143.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 101 | 0 | 0.40 | 0.50 | 0.20 | 12.35 | 0.5 | 0.6 |
| Hex | CB | 7A | 65 | 0 | 28 | 32 | 14 | C | 32 | 3C |
| Octal | 313 | 172 | 145 | 0 | 50 | 62 | 24 | 14 | 62 | 74 |
| Binary | 11001011 | 1111010 | 1100101 | 0 | 101000 | 110010 | 10100 | 1100 | 110010 | 111100 |
Color Harmonies of #CB7A65
Complementary color
Monochromatic Colors of #CB7A65
Black with #CB7A65
Text Example
Text Example
White with #CB7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A65; }
p { color: rgb(203,122,101); }
H1.HeaderClassName
{
color: #CB7A65;
}
.AnyTagClassName
{
color: #CB7A65;
}
</style>
background-color css
<style>
a { background-color: #CB7A65; }
a { background-color: rgb(203,122,101); }
div.DivClassName
{
background-color: #CB7A65;
}
.BgClassName
{
background-color: #CB7A65;
}
</style>
border-color css
<style>
span { border-color: #CB7A65; }
span { border-color: rgb(203,122,101); }
td.TdClassName
{
border-color: #CB7A65;
}
.TagClassName
{
border-color: #CB7A65;
}
</style>