Shades of Burning Sand #CB7C67
Tints of Burning Sand #CB7C67
RGB
CMYK
RGB Variations
Color information
#CB7C67 (or 0xCB7C67) is known color: Burning Sand. HEX triplet: CB, 7C and 67. RGB value is (203,124,103). Sum of RGB (Red+Green+Blue) = 203+124+103=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C67 is #348398. Grayscale: #919191. Windows color (decimal): -3441561 or 6782155. OLE color: 6782155.
HSL color Cylindrical-coordinate representation of color #CB7C67: hue angle of 12.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB7C67 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 103 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.20 |
| HSL | 12.6º | 0.49% | 0.6% | - |
| HSV(B) | 12.6º | 0.49% | 0.8% | - |
| XYZ | 34.28 | 28.09 | 16.45 | - |
| YUV | 145.23 | 104.17 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 103 | 0 | 0.39 | 0.49 | 0.20 | 12.6 | 0.49 | 0.6 |
| Hex | CB | 7C | 67 | 0 | 27 | 31 | 14 | D | 31 | 3C |
| Octal | 313 | 174 | 147 | 0 | 47 | 61 | 24 | 15 | 61 | 74 |
| Binary | 11001011 | 1111100 | 1100111 | 0 | 100111 | 110001 | 10100 | 1101 | 110001 | 111100 |
Color Harmonies of #CB7C67
Complementary color
Monochromatic Colors of #CB7C67
Black with #CB7C67
Text Example
Text Example
White with #CB7C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C67; }
p { color: rgb(203,124,103); }
H1.HeaderClassName
{
color: #CB7C67;
}
.AnyTagClassName
{
color: #CB7C67;
}
</style>
background-color css
<style>
a { background-color: #CB7C67; }
a { background-color: rgb(203,124,103); }
div.DivClassName
{
background-color: #CB7C67;
}
.BgClassName
{
background-color: #CB7C67;
}
</style>
border-color css
<style>
span { border-color: #CB7C67; }
span { border-color: rgb(203,124,103); }
td.TdClassName
{
border-color: #CB7C67;
}
.TagClassName
{
border-color: #CB7C67;
}
</style>