Shades of Burning Sand #C38669
Tints of Burning Sand #C38669
RGB
CMYK
RGB Variations
Color information
#C38669 (or 0xC38669) is known color: Burning Sand. HEX triplet: C3, 86 and 69. RGB value is (195,134,105). Sum of RGB (Red+Green+Blue) = 195+134+105=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 105 (41.41% from 255 or 24.19% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C38669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38669 is #3C7996. Grayscale: #959595. Windows color (decimal): -3963287 or 6915779. OLE color: 6915779.
HSL color Cylindrical-coordinate representation of color #C38669: hue angle of 19.33º 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 #C38669 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 105 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.24 |
| HSL | 19.33º | 0.43% | 0.59% | - |
| HSV(B) | 19.33º | 0.46% | 0.76% | - |
| XYZ | 33.58 | 29.67 | 17.32 | - |
| YUV | 148.93 | 103.21 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 105 | 0 | 0.31 | 0.46 | 0.24 | 19.33 | 0.43 | 0.59 |
| Hex | C3 | 86 | 69 | 0 | 1F | 2E | 18 | 13 | 2B | 3B |
| Octal | 303 | 206 | 151 | 0 | 37 | 56 | 30 | 23 | 53 | 73 |
| Binary | 11000011 | 10000110 | 1101001 | 0 | 11111 | 101110 | 11000 | 10011 | 101011 | 111011 |
Color Harmonies of #C38669
Complementary color
Monochromatic Colors of #C38669
Black with #C38669
Text Example
Text Example
White with #C38669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38669; }
p { color: rgb(195,134,105); }
H1.HeaderClassName
{
color: #C38669;
}
.AnyTagClassName
{
color: #C38669;
}
</style>
background-color css
<style>
a { background-color: #C38669; }
a { background-color: rgb(195,134,105); }
div.DivClassName
{
background-color: #C38669;
}
.BgClassName
{
background-color: #C38669;
}
</style>
border-color css
<style>
span { border-color: #C38669; }
span { border-color: rgb(195,134,105); }
td.TdClassName
{
border-color: #C38669;
}
.TagClassName
{
border-color: #C38669;
}
</style>