Shades of Burning Sand #CA866E
Tints of Burning Sand #CA866E
RGB
CMYK
RGB Variations
Color information
#CA866E (or 0xCA866E) is known color: Burning Sand. HEX triplet: CA, 86 and 6E. RGB value is (202,134,110). Sum of RGB (Red+Green+Blue) = 202+134+110=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA866E is #357991. Grayscale: #979797. Windows color (decimal): -3504530 or 7243466. OLE color: 7243466.
HSL color Cylindrical-coordinate representation of color #CA866E: hue angle of 15.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA866E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 110 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.21 |
| HSL | 15.65º | 0.46% | 0.61% | - |
| HSV(B) | 15.65º | 0.46% | 0.79% | - |
| XYZ | 35.7 | 30.73 | 18.8 | - |
| YUV | 151.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 110 | 0 | 0.34 | 0.46 | 0.21 | 15.65 | 0.46 | 0.61 |
| Hex | CA | 86 | 6E | 0 | 22 | 2E | 15 | 10 | 2E | 3D |
| Octal | 312 | 206 | 156 | 0 | 42 | 56 | 25 | 20 | 56 | 75 |
| Binary | 11001010 | 10000110 | 1101110 | 0 | 100010 | 101110 | 10101 | 10000 | 101110 | 111101 |
Color Harmonies of #CA866E
Complementary color
Monochromatic Colors of #CA866E
Black with #CA866E
Text Example
Text Example
White with #CA866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA866E; }
p { color: rgb(202,134,110); }
H1.HeaderClassName
{
color: #CA866E;
}
.AnyTagClassName
{
color: #CA866E;
}
</style>
background-color css
<style>
a { background-color: #CA866E; }
a { background-color: rgb(202,134,110); }
div.DivClassName
{
background-color: #CA866E;
}
.BgClassName
{
background-color: #CA866E;
}
</style>
border-color css
<style>
span { border-color: #CA866E; }
span { border-color: rgb(202,134,110); }
td.TdClassName
{
border-color: #CA866E;
}
.TagClassName
{
border-color: #CA866E;
}
</style>