Shades of Burning Sand #CA855B
Tints of Burning Sand #CA855B
RGB
CMYK
RGB Variations
Color information
#CA855B (or 0xCA855B) is known color: Burning Sand. HEX triplet: CA, 85 and 5B. RGB value is (202,133,91). Sum of RGB (Red+Green+Blue) = 202+133+91=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA855B is #357AA4. Grayscale: #959595. Windows color (decimal): -3504805 or 5998026. OLE color: 5998026.
HSL color Cylindrical-coordinate representation of color #CA855B: hue angle of 22.7º 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 #CA855B is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 133 | 91 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.21 |
| HSL | 22.7º | 0.51% | 0.57% | - |
| HSV(B) | 22.7º | 0.55% | 0.79% | - |
| XYZ | 34.63 | 30.09 | 13.88 | - |
| YUV | 148.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 133 | 91 | 0 | 0.34 | 0.55 | 0.21 | 22.7 | 0.51 | 0.57 |
| Hex | CA | 85 | 5B | 0 | 22 | 37 | 15 | 17 | 33 | 39 |
| Octal | 312 | 205 | 133 | 0 | 42 | 67 | 25 | 27 | 63 | 71 |
| Binary | 11001010 | 10000101 | 1011011 | 0 | 100010 | 110111 | 10101 | 10111 | 110011 | 111001 |
Color Harmonies of #CA855B
Complementary color
Monochromatic Colors of #CA855B
Black with #CA855B
Text Example
Text Example
White with #CA855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA855B; }
p { color: rgb(202,133,91); }
H1.HeaderClassName
{
color: #CA855B;
}
.AnyTagClassName
{
color: #CA855B;
}
</style>
background-color css
<style>
a { background-color: #CA855B; }
a { background-color: rgb(202,133,91); }
div.DivClassName
{
background-color: #CA855B;
}
.BgClassName
{
background-color: #CA855B;
}
</style>
border-color css
<style>
span { border-color: #CA855B; }
span { border-color: rgb(202,133,91); }
td.TdClassName
{
border-color: #CA855B;
}
.TagClassName
{
border-color: #CA855B;
}
</style>