Shades of Burning Sand #C68569
Tints of Burning Sand #C68569
RGB
CMYK
RGB Variations
Color information
#C68569 (or 0xC68569) is known color: Burning Sand. HEX triplet: C6, 85 and 69. RGB value is (198,133,105). Sum of RGB (Red+Green+Blue) = 198+133+105=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C68569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68569 is #397A96. Grayscale: #959595. Windows color (decimal): -3766935 or 6915526. OLE color: 6915526.
HSL color Cylindrical-coordinate representation of color #C68569: hue angle of 18.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C68569 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 105 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.22 |
| HSL | 18.06º | 0.45% | 0.59% | - |
| HSV(B) | 18.06º | 0.47% | 0.78% | - |
| XYZ | 34.23 | 29.8 | 17.31 | - |
| YUV | 149.24 | 103.03 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 105 | 0 | 0.33 | 0.47 | 0.22 | 18.06 | 0.45 | 0.59 |
| Hex | C6 | 85 | 69 | 0 | 21 | 2F | 16 | 12 | 2D | 3B |
| Octal | 306 | 205 | 151 | 0 | 41 | 57 | 26 | 22 | 55 | 73 |
| Binary | 11000110 | 10000101 | 1101001 | 0 | 100001 | 101111 | 10110 | 10010 | 101101 | 111011 |
Color Harmonies of #C68569
Complementary color
Monochromatic Colors of #C68569
Black with #C68569
Text Example
Text Example
White with #C68569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68569; }
p { color: rgb(198,133,105); }
H1.HeaderClassName
{
color: #C68569;
}
.AnyTagClassName
{
color: #C68569;
}
</style>
background-color css
<style>
a { background-color: #C68569; }
a { background-color: rgb(198,133,105); }
div.DivClassName
{
background-color: #C68569;
}
.BgClassName
{
background-color: #C68569;
}
</style>
border-color css
<style>
span { border-color: #C68569; }
span { border-color: rgb(198,133,105); }
td.TdClassName
{
border-color: #C68569;
}
.TagClassName
{
border-color: #C68569;
}
</style>