Shades of Burning Sand #CA8366
Tints of Burning Sand #CA8366
RGB
CMYK
RGB Variations
Color information
#CA8366 (or 0xCA8366) is known color: Burning Sand. HEX triplet: CA, 83 and 66. RGB value is (202,131,102). Sum of RGB (Red+Green+Blue) = 202+131+102=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8366 is #357C99. Grayscale: #959595. Windows color (decimal): -3505306 or 6718410. OLE color: 6718410.
HSL color Cylindrical-coordinate representation of color #CA8366: hue angle of 17.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8366 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 131 | 102 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.21 |
| HSL | 17.4º | 0.49% | 0.6% | - |
| HSV(B) | 17.4º | 0.5% | 0.79% | - |
| XYZ | 34.87 | 29.75 | 16.47 | - |
| YUV | 148.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 102 | 0 | 0.35 | 0.50 | 0.21 | 17.4 | 0.49 | 0.6 |
| Hex | CA | 83 | 66 | 0 | 23 | 32 | 15 | 11 | 31 | 3C |
| Octal | 312 | 203 | 146 | 0 | 43 | 62 | 25 | 21 | 61 | 74 |
| Binary | 11001010 | 10000011 | 1100110 | 0 | 100011 | 110010 | 10101 | 10001 | 110001 | 111100 |
Color Harmonies of #CA8366
Complementary color
Monochromatic Colors of #CA8366
Black with #CA8366
Text Example
Text Example
White with #CA8366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8366; }
p { color: rgb(202,131,102); }
H1.HeaderClassName
{
color: #CA8366;
}
.AnyTagClassName
{
color: #CA8366;
}
</style>
background-color css
<style>
a { background-color: #CA8366; }
a { background-color: rgb(202,131,102); }
div.DivClassName
{
background-color: #CA8366;
}
.BgClassName
{
background-color: #CA8366;
}
</style>
border-color css
<style>
span { border-color: #CA8366; }
span { border-color: rgb(202,131,102); }
td.TdClassName
{
border-color: #CA8366;
}
.TagClassName
{
border-color: #CA8366;
}
</style>