Shades of Burning Sand #CA865C
Tints of Burning Sand #CA865C
RGB
CMYK
RGB Variations
Color information
#CA865C (or 0xCA865C) is known color: Burning Sand. HEX triplet: CA, 86 and 5C. RGB value is (202,134,92). Sum of RGB (Red+Green+Blue) = 202+134+92=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA865C is #3579A3. Grayscale: #959595. Windows color (decimal): -3504548 or 6063818. OLE color: 6063818.
HSL color Cylindrical-coordinate representation of color #CA865C: hue angle of 22.91º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA865C is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 134 | 92 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.21 |
| HSL | 22.91º | 0.51% | 0.58% | - |
| HSV(B) | 22.91º | 0.54% | 0.79% | - |
| XYZ | 34.81 | 30.38 | 14.15 | - |
| YUV | 149.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 134 | 92 | 0 | 0.34 | 0.54 | 0.21 | 22.91 | 0.51 | 0.58 |
| Hex | CA | 86 | 5C | 0 | 22 | 36 | 15 | 17 | 33 | 3A |
| Octal | 312 | 206 | 134 | 0 | 42 | 66 | 25 | 27 | 63 | 72 |
| Binary | 11001010 | 10000110 | 1011100 | 0 | 100010 | 110110 | 10101 | 10111 | 110011 | 111010 |
Color Harmonies of #CA865C
Complementary color
Monochromatic Colors of #CA865C
Black with #CA865C
Text Example
Text Example
White with #CA865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA865C; }
p { color: rgb(202,134,92); }
H1.HeaderClassName
{
color: #CA865C;
}
.AnyTagClassName
{
color: #CA865C;
}
</style>
background-color css
<style>
a { background-color: #CA865C; }
a { background-color: rgb(202,134,92); }
div.DivClassName
{
background-color: #CA865C;
}
.BgClassName
{
background-color: #CA865C;
}
</style>
border-color css
<style>
span { border-color: #CA865C; }
span { border-color: rgb(202,134,92); }
td.TdClassName
{
border-color: #CA865C;
}
.TagClassName
{
border-color: #CA865C;
}
</style>