Shades of Burning Sand #C38A6A
Tints of Burning Sand #C38A6A
RGB
CMYK
RGB Variations
Color information
#C38A6A (or 0xC38A6A) is known color: Burning Sand. HEX triplet: C3, 8A and 6A. RGB value is (195,138,106). Sum of RGB (Red+Green+Blue) = 195+138+106=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38A6A is #3C7595. Grayscale: #979797. Windows color (decimal): -3962262 or 6982339. OLE color: 6982339.
HSL color Cylindrical-coordinate representation of color #C38A6A: hue angle of 21.57º 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 #C38A6A is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 106 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.24 |
| HSL | 21.57º | 0.43% | 0.59% | - |
| HSV(B) | 21.57º | 0.46% | 0.76% | - |
| XYZ | 34.2 | 30.82 | 17.78 | - |
| YUV | 151.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 106 | 0 | 0.29 | 0.46 | 0.24 | 21.57 | 0.43 | 0.59 |
| Hex | C3 | 8A | 6A | 0 | 1D | 2E | 18 | 16 | 2B | 3B |
| Octal | 303 | 212 | 152 | 0 | 35 | 56 | 30 | 26 | 53 | 73 |
| Binary | 11000011 | 10001010 | 1101010 | 0 | 11101 | 101110 | 11000 | 10110 | 101011 | 111011 |
Color Harmonies of #C38A6A
Complementary color
Monochromatic Colors of #C38A6A
Black with #C38A6A
Text Example
Text Example
White with #C38A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38A6A; }
p { color: rgb(195,138,106); }
H1.HeaderClassName
{
color: #C38A6A;
}
.AnyTagClassName
{
color: #C38A6A;
}
</style>
background-color css
<style>
a { background-color: #C38A6A; }
a { background-color: rgb(195,138,106); }
div.DivClassName
{
background-color: #C38A6A;
}
.BgClassName
{
background-color: #C38A6A;
}
</style>
border-color css
<style>
span { border-color: #C38A6A; }
span { border-color: rgb(195,138,106); }
td.TdClassName
{
border-color: #C38A6A;
}
.TagClassName
{
border-color: #C38A6A;
}
</style>