Shades of Burning Sand #CA855D
Tints of Burning Sand #CA855D
RGB
CMYK
RGB Variations
Color information
#CA855D (or 0xCA855D) is known color: Burning Sand. HEX triplet: CA, 85 and 5D. RGB value is (202,133,93). Sum of RGB (Red+Green+Blue) = 202+133+93=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA855D is #357AA2. Grayscale: #959595. Windows color (decimal): -3504803 or 6129098. OLE color: 6129098.
HSL color Cylindrical-coordinate representation of color #CA855D: hue angle of 22.02º 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 #CA855D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 93 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.21 |
| HSL | 22.02º | 0.51% | 0.58% | - |
| HSV(B) | 22.02º | 0.54% | 0.79% | - |
| XYZ | 34.72 | 30.12 | 14.34 | - |
| YUV | 149.07 | 96.36 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 93 | 0 | 0.34 | 0.54 | 0.21 | 22.02 | 0.51 | 0.58 |
| Hex | CA | 85 | 5D | 0 | 22 | 36 | 15 | 16 | 33 | 3A |
| Octal | 312 | 205 | 135 | 0 | 42 | 66 | 25 | 26 | 63 | 72 |
| Binary | 11001010 | 10000101 | 1011101 | 0 | 100010 | 110110 | 10101 | 10110 | 110011 | 111010 |
Color Harmonies of #CA855D
Complementary color
Monochromatic Colors of #CA855D
Black with #CA855D
Text Example
Text Example
White with #CA855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA855D; }
p { color: rgb(202,133,93); }
H1.HeaderClassName
{
color: #CA855D;
}
.AnyTagClassName
{
color: #CA855D;
}
</style>
background-color css
<style>
a { background-color: #CA855D; }
a { background-color: rgb(202,133,93); }
div.DivClassName
{
background-color: #CA855D;
}
.BgClassName
{
background-color: #CA855D;
}
</style>
border-color css
<style>
span { border-color: #CA855D; }
span { border-color: rgb(202,133,93); }
td.TdClassName
{
border-color: #CA855D;
}
.TagClassName
{
border-color: #CA855D;
}
</style>