Shades of Burning Sand #CA886B
Tints of Burning Sand #CA886B
RGB
CMYK
RGB Variations
Color information
#CA886B (or 0xCA886B) is known color: Burning Sand. HEX triplet: CA, 88 and 6B. RGB value is (202,136,107). Sum of RGB (Red+Green+Blue) = 202+136+107=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 107 (42.19% from 255 or 24.04% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA886B is #357794. Grayscale: #989898. Windows color (decimal): -3504021 or 7047370. OLE color: 7047370.
HSL color Cylindrical-coordinate representation of color #CA886B: hue angle of 18.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA886B is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 107 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.21 |
| HSL | 18.32º | 0.47% | 0.61% | - |
| HSV(B) | 18.32º | 0.47% | 0.79% | - |
| XYZ | 35.82 | 31.23 | 18.05 | - |
| YUV | 152.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 107 | 0 | 0.33 | 0.47 | 0.21 | 18.32 | 0.47 | 0.61 |
| Hex | CA | 88 | 6B | 0 | 21 | 2F | 15 | 12 | 2F | 3D |
| Octal | 312 | 210 | 153 | 0 | 41 | 57 | 25 | 22 | 57 | 75 |
| Binary | 11001010 | 10001000 | 1101011 | 0 | 100001 | 101111 | 10101 | 10010 | 101111 | 111101 |
Color Harmonies of #CA886B
Complementary color
Monochromatic Colors of #CA886B
Black with #CA886B
Text Example
Text Example
White with #CA886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA886B; }
p { color: rgb(202,136,107); }
H1.HeaderClassName
{
color: #CA886B;
}
.AnyTagClassName
{
color: #CA886B;
}
</style>
background-color css
<style>
a { background-color: #CA886B; }
a { background-color: rgb(202,136,107); }
div.DivClassName
{
background-color: #CA886B;
}
.BgClassName
{
background-color: #CA886B;
}
</style>
border-color css
<style>
span { border-color: #CA886B; }
span { border-color: rgb(202,136,107); }
td.TdClassName
{
border-color: #CA886B;
}
.TagClassName
{
border-color: #CA886B;
}
</style>