Shades of Burning Sand #CA8663
Tints of Burning Sand #CA8663
RGB
CMYK
RGB Variations
Color information
#CA8663 (or 0xCA8663) is known color: Burning Sand. HEX triplet: CA, 86 and 63. RGB value is (202,134,99). Sum of RGB (Red+Green+Blue) = 202+134+99=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8663 is #35799C. Grayscale: #969696. Windows color (decimal): -3504541 or 6522570. OLE color: 6522570.
HSL color Cylindrical-coordinate representation of color #CA8663: hue angle of 20.39º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA8663 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 99 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.21 |
| HSL | 20.39º | 0.49% | 0.59% | - |
| HSV(B) | 20.39º | 0.51% | 0.79% | - |
| XYZ | 35.13 | 30.51 | 15.84 | - |
| YUV | 150.34 | 99.03 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 99 | 0 | 0.34 | 0.51 | 0.21 | 20.39 | 0.49 | 0.59 |
| Hex | CA | 86 | 63 | 0 | 22 | 33 | 15 | 14 | 31 | 3B |
| Octal | 312 | 206 | 143 | 0 | 42 | 63 | 25 | 24 | 61 | 73 |
| Binary | 11001010 | 10000110 | 1100011 | 0 | 100010 | 110011 | 10101 | 10100 | 110001 | 111011 |
Color Harmonies of #CA8663
Complementary color
Monochromatic Colors of #CA8663
Black with #CA8663
Text Example
Text Example
White with #CA8663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8663; }
p { color: rgb(202,134,99); }
H1.HeaderClassName
{
color: #CA8663;
}
.AnyTagClassName
{
color: #CA8663;
}
</style>
background-color css
<style>
a { background-color: #CA8663; }
a { background-color: rgb(202,134,99); }
div.DivClassName
{
background-color: #CA8663;
}
.BgClassName
{
background-color: #CA8663;
}
</style>
border-color css
<style>
span { border-color: #CA8663; }
span { border-color: rgb(202,134,99); }
td.TdClassName
{
border-color: #CA8663;
}
.TagClassName
{
border-color: #CA8663;
}
</style>