Shades of Burning Sand #CA886D
Tints of Burning Sand #CA886D
RGB
CMYK
RGB Variations
Color information
#CA886D (or 0xCA886D) is known color: Burning Sand. HEX triplet: CA, 88 and 6D. RGB value is (202,136,109). Sum of RGB (Red+Green+Blue) = 202+136+109=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886D is #357792. Grayscale: #989898. Windows color (decimal): -3504019 or 7178442. OLE color: 7178442.
HSL color Cylindrical-coordinate representation of color #CA886D: hue angle of 17.42º degrees, saturation: 0.47, 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 #CA886D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 109 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.21 |
| HSL | 17.42º | 0.47% | 0.61% | - |
| HSV(B) | 17.42º | 0.46% | 0.79% | - |
| XYZ | 35.92 | 31.27 | 18.61 | - |
| YUV | 152.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 109 | 0 | 0.33 | 0.46 | 0.21 | 17.42 | 0.47 | 0.61 |
| Hex | CA | 88 | 6D | 0 | 21 | 2E | 15 | 11 | 2F | 3D |
| Octal | 312 | 210 | 155 | 0 | 41 | 56 | 25 | 21 | 57 | 75 |
| Binary | 11001010 | 10001000 | 1101101 | 0 | 100001 | 101110 | 10101 | 10001 | 101111 | 111101 |
Color Harmonies of #CA886D
Complementary color
Monochromatic Colors of #CA886D
Black with #CA886D
Text Example
Text Example
White with #CA886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA886D; }
p { color: rgb(202,136,109); }
H1.HeaderClassName
{
color: #CA886D;
}
.AnyTagClassName
{
color: #CA886D;
}
</style>
background-color css
<style>
a { background-color: #CA886D; }
a { background-color: rgb(202,136,109); }
div.DivClassName
{
background-color: #CA886D;
}
.BgClassName
{
background-color: #CA886D;
}
</style>
border-color css
<style>
span { border-color: #CA886D; }
span { border-color: rgb(202,136,109); }
td.TdClassName
{
border-color: #CA886D;
}
.TagClassName
{
border-color: #CA886D;
}
</style>