Shades of Burning Sand #CA8665
Tints of Burning Sand #CA8665
RGB
CMYK
RGB Variations
Color information
#CA8665 (or 0xCA8665) is known color: Burning Sand. HEX triplet: CA, 86 and 65. RGB value is (202,134,101). Sum of RGB (Red+Green+Blue) = 202+134+101=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8665 is #35799A. Grayscale: #969696. Windows color (decimal): -3504539 or 6653642. OLE color: 6653642.
HSL color Cylindrical-coordinate representation of color #CA8665: hue angle of 19.6º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8665 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 101 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.21 |
| HSL | 19.6º | 0.49% | 0.59% | - |
| HSV(B) | 19.6º | 0.5% | 0.79% | - |
| XYZ | 35.23 | 30.55 | 16.35 | - |
| YUV | 150.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 101 | 0 | 0.34 | 0.50 | 0.21 | 19.6 | 0.49 | 0.59 |
| Hex | CA | 86 | 65 | 0 | 22 | 32 | 15 | 14 | 31 | 3B |
| Octal | 312 | 206 | 145 | 0 | 42 | 62 | 25 | 24 | 61 | 73 |
| Binary | 11001010 | 10000110 | 1100101 | 0 | 100010 | 110010 | 10101 | 10100 | 110001 | 111011 |
Color Harmonies of #CA8665
Complementary color
Monochromatic Colors of #CA8665
Black with #CA8665
Text Example
Text Example
White with #CA8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8665; }
p { color: rgb(202,134,101); }
H1.HeaderClassName
{
color: #CA8665;
}
.AnyTagClassName
{
color: #CA8665;
}
</style>
background-color css
<style>
a { background-color: #CA8665; }
a { background-color: rgb(202,134,101); }
div.DivClassName
{
background-color: #CA8665;
}
.BgClassName
{
background-color: #CA8665;
}
</style>
border-color css
<style>
span { border-color: #CA8665; }
span { border-color: rgb(202,134,101); }
td.TdClassName
{
border-color: #CA8665;
}
.TagClassName
{
border-color: #CA8665;
}
</style>