Shades of Burning Sand #CA865B
Tints of Burning Sand #CA865B
RGB
CMYK
RGB Variations
Color information
#CA865B (or 0xCA865B) is known color: Burning Sand. HEX triplet: CA, 86 and 5B. RGB value is (202,134,91). Sum of RGB (Red+Green+Blue) = 202+134+91=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA865B is #3579A4. Grayscale: #959595. Windows color (decimal): -3504549 or 5998282. OLE color: 5998282.
HSL color Cylindrical-coordinate representation of color #CA865B: hue angle of 23.24º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA865B is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 91 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.21 |
| HSL | 23.24º | 0.51% | 0.57% | - |
| HSV(B) | 23.24º | 0.55% | 0.79% | - |
| XYZ | 34.77 | 30.36 | 13.93 | - |
| YUV | 149.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 91 | 0 | 0.34 | 0.55 | 0.21 | 23.24 | 0.51 | 0.57 |
| Hex | CA | 86 | 5B | 0 | 22 | 37 | 15 | 17 | 33 | 39 |
| Octal | 312 | 206 | 133 | 0 | 42 | 67 | 25 | 27 | 63 | 71 |
| Binary | 11001010 | 10000110 | 1011011 | 0 | 100010 | 110111 | 10101 | 10111 | 110011 | 111001 |
Color Harmonies of #CA865B
Complementary color
Monochromatic Colors of #CA865B
Black with #CA865B
Text Example
Text Example
White with #CA865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA865B; }
p { color: rgb(202,134,91); }
H1.HeaderClassName
{
color: #CA865B;
}
.AnyTagClassName
{
color: #CA865B;
}
</style>
background-color css
<style>
a { background-color: #CA865B; }
a { background-color: rgb(202,134,91); }
div.DivClassName
{
background-color: #CA865B;
}
.BgClassName
{
background-color: #CA865B;
}
</style>
border-color css
<style>
span { border-color: #CA865B; }
span { border-color: rgb(202,134,91); }
td.TdClassName
{
border-color: #CA865B;
}
.TagClassName
{
border-color: #CA865B;
}
</style>