Shades of Burning Sand #C87B67
Tints of Burning Sand #C87B67
RGB
CMYK
RGB Variations
Color information
#C87B67 (or 0xC87B67) is known color: Burning Sand. HEX triplet: C8, 7B and 67. RGB value is (200,123,103). Sum of RGB (Red+Green+Blue) = 200+123+103=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B67 is #378498. Grayscale: #8F8F8F. Windows color (decimal): -3638425 or 6781896. OLE color: 6781896.
HSL color Cylindrical-coordinate representation of color #C87B67: hue angle of 12.37º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87B67 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 103 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.22 |
| HSL | 12.37º | 0.47% | 0.59% | - |
| HSV(B) | 12.37º | 0.49% | 0.78% | - |
| XYZ | 33.35 | 27.42 | 16.37 | - |
| YUV | 143.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 103 | 0 | 0.38 | 0.48 | 0.22 | 12.37 | 0.47 | 0.59 |
| Hex | C8 | 7B | 67 | 0 | 26 | 30 | 16 | C | 2F | 3B |
| Octal | 310 | 173 | 147 | 0 | 46 | 60 | 26 | 14 | 57 | 73 |
| Binary | 11001000 | 1111011 | 1100111 | 0 | 100110 | 110000 | 10110 | 1100 | 101111 | 111011 |
Color Harmonies of #C87B67
Complementary color
Monochromatic Colors of #C87B67
Black with #C87B67
Text Example
Text Example
White with #C87B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B67; }
p { color: rgb(200,123,103); }
H1.HeaderClassName
{
color: #C87B67;
}
.AnyTagClassName
{
color: #C87B67;
}
</style>
background-color css
<style>
a { background-color: #C87B67; }
a { background-color: rgb(200,123,103); }
div.DivClassName
{
background-color: #C87B67;
}
.BgClassName
{
background-color: #C87B67;
}
</style>
border-color css
<style>
span { border-color: #C87B67; }
span { border-color: rgb(200,123,103); }
td.TdClassName
{
border-color: #C87B67;
}
.TagClassName
{
border-color: #C87B67;
}
</style>