Shades of Burning Sand #C38569
Tints of Burning Sand #C38569
RGB
CMYK
RGB Variations
Color information
#C38569 (or 0xC38569) is known color: Burning Sand. HEX triplet: C3, 85 and 69. RGB value is (195,133,105). Sum of RGB (Red+Green+Blue) = 195+133+105=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38569 is #3C7A96. Grayscale: #949494. Windows color (decimal): -3963543 or 6915523. OLE color: 6915523.
HSL color Cylindrical-coordinate representation of color #C38569: hue angle of 18.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C38569 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 105 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.24 |
| HSL | 18.67º | 0.43% | 0.59% | - |
| HSV(B) | 18.67º | 0.46% | 0.76% | - |
| XYZ | 33.44 | 29.4 | 17.28 | - |
| YUV | 148.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 105 | 0 | 0.32 | 0.46 | 0.24 | 18.67 | 0.43 | 0.59 |
| Hex | C3 | 85 | 69 | 0 | 20 | 2E | 18 | 13 | 2B | 3B |
| Octal | 303 | 205 | 151 | 0 | 40 | 56 | 30 | 23 | 53 | 73 |
| Binary | 11000011 | 10000101 | 1101001 | 0 | 100000 | 101110 | 11000 | 10011 | 101011 | 111011 |
Color Harmonies of #C38569
Complementary color
Monochromatic Colors of #C38569
Black with #C38569
Text Example
Text Example
White with #C38569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38569; }
p { color: rgb(195,133,105); }
H1.HeaderClassName
{
color: #C38569;
}
.AnyTagClassName
{
color: #C38569;
}
</style>
background-color css
<style>
a { background-color: #C38569; }
a { background-color: rgb(195,133,105); }
div.DivClassName
{
background-color: #C38569;
}
.BgClassName
{
background-color: #C38569;
}
</style>
border-color css
<style>
span { border-color: #C38569; }
span { border-color: rgb(195,133,105); }
td.TdClassName
{
border-color: #C38569;
}
.TagClassName
{
border-color: #C38569;
}
</style>