Shades of Burning Sand #C38068
Tints of Burning Sand #C38068
RGB
CMYK
RGB Variations
Color information
#C38068 (or 0xC38068) is known color: Burning Sand. HEX triplet: C3, 80 and 68. RGB value is (195,128,104). Sum of RGB (Red+Green+Blue) = 195+128+104=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38068 is #3C7F97. Grayscale: #919191. Windows color (decimal): -3964824 or 6848707. OLE color: 6848707.
HSL color Cylindrical-coordinate representation of color #C38068: hue angle of 15.82º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C38068 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 128 | 104 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.24 |
| HSL | 15.82º | 0.43% | 0.59% | - |
| HSV(B) | 15.82º | 0.47% | 0.76% | - |
| XYZ | 32.72 | 28.04 | 16.78 | - |
| YUV | 145.3 | 104.7 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 104 | 0 | 0.34 | 0.47 | 0.24 | 15.82 | 0.43 | 0.59 |
| Hex | C3 | 80 | 68 | 0 | 22 | 2F | 18 | 10 | 2B | 3B |
| Octal | 303 | 200 | 150 | 0 | 42 | 57 | 30 | 20 | 53 | 73 |
| Binary | 11000011 | 10000000 | 1101000 | 0 | 100010 | 101111 | 11000 | 10000 | 101011 | 111011 |
Color Harmonies of #C38068
Complementary color
Monochromatic Colors of #C38068
Black with #C38068
Text Example
Text Example
White with #C38068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38068; }
p { color: rgb(195,128,104); }
H1.HeaderClassName
{
color: #C38068;
}
.AnyTagClassName
{
color: #C38068;
}
</style>
background-color css
<style>
a { background-color: #C38068; }
a { background-color: rgb(195,128,104); }
div.DivClassName
{
background-color: #C38068;
}
.BgClassName
{
background-color: #C38068;
}
</style>
border-color css
<style>
span { border-color: #C38068; }
span { border-color: rgb(195,128,104); }
td.TdClassName
{
border-color: #C38068;
}
.TagClassName
{
border-color: #C38068;
}
</style>