Shades of Burning Sand #CB7965
Tints of Burning Sand #CB7965
RGB
CMYK
RGB Variations
Color information
#CB7965 (or 0xCB7965) is known color: Burning Sand. HEX triplet: CB, 79 and 65. RGB value is (203,121,101). Sum of RGB (Red+Green+Blue) = 203+121+101=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7965 is #34869A. Grayscale: #8F8F8F. Windows color (decimal): -3442331 or 6650315. OLE color: 6650315.
HSL color Cylindrical-coordinate representation of color #CB7965: hue angle of 11.76º 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 #CB7965 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.20 |
| HSL | 11.76º | 0.5% | 0.6% | - |
| HSV(B) | 11.76º | 0.5% | 0.8% | - |
| XYZ | 33.81 | 27.31 | 15.8 | - |
| YUV | 143.24 | 104.17 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 101 | 0 | 0.40 | 0.50 | 0.20 | 11.76 | 0.5 | 0.6 |
| Hex | CB | 79 | 65 | 0 | 28 | 32 | 14 | C | 32 | 3C |
| Octal | 313 | 171 | 145 | 0 | 50 | 62 | 24 | 14 | 62 | 74 |
| Binary | 11001011 | 1111001 | 1100101 | 0 | 101000 | 110010 | 10100 | 1100 | 110010 | 111100 |
Color Harmonies of #CB7965
Complementary color
Monochromatic Colors of #CB7965
Black with #CB7965
Text Example
Text Example
White with #CB7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7965; }
p { color: rgb(203,121,101); }
H1.HeaderClassName
{
color: #CB7965;
}
.AnyTagClassName
{
color: #CB7965;
}
</style>
background-color css
<style>
a { background-color: #CB7965; }
a { background-color: rgb(203,121,101); }
div.DivClassName
{
background-color: #CB7965;
}
.BgClassName
{
background-color: #CB7965;
}
</style>
border-color css
<style>
span { border-color: #CB7965; }
span { border-color: rgb(203,121,101); }
td.TdClassName
{
border-color: #CB7965;
}
.TagClassName
{
border-color: #CB7965;
}
</style>