Shades of Burning Sand #CA7B61
Tints of Burning Sand #CA7B61
RGB
CMYK
RGB Variations
Color information
#CA7B61 (or 0xCA7B61) is known color: Burning Sand. HEX triplet: CA, 7B and 61. RGB value is (202,123,97). Sum of RGB (Red+Green+Blue) = 202+123+97=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B61 is #35849E. Grayscale: #8F8F8F. Windows color (decimal): -3507359 or 6388682. OLE color: 6388682.
HSL color Cylindrical-coordinate representation of color #CA7B61: hue angle of 14.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7B61 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 97 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.21 |
| HSL | 14.86º | 0.5% | 0.59% | - |
| HSV(B) | 14.86º | 0.52% | 0.79% | - |
| XYZ | 33.6 | 27.59 | 14.86 | - |
| YUV | 143.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 97 | 0 | 0.39 | 0.52 | 0.21 | 14.86 | 0.5 | 0.59 |
| Hex | CA | 7B | 61 | 0 | 27 | 34 | 15 | F | 32 | 3B |
| Octal | 312 | 173 | 141 | 0 | 47 | 64 | 25 | 17 | 62 | 73 |
| Binary | 11001010 | 1111011 | 1100001 | 0 | 100111 | 110100 | 10101 | 1111 | 110010 | 111011 |
Color Harmonies of #CA7B61
Complementary color
Monochromatic Colors of #CA7B61
Black with #CA7B61
Text Example
Text Example
White with #CA7B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B61; }
p { color: rgb(202,123,97); }
H1.HeaderClassName
{
color: #CA7B61;
}
.AnyTagClassName
{
color: #CA7B61;
}
</style>
background-color css
<style>
a { background-color: #CA7B61; }
a { background-color: rgb(202,123,97); }
div.DivClassName
{
background-color: #CA7B61;
}
.BgClassName
{
background-color: #CA7B61;
}
</style>
border-color css
<style>
span { border-color: #CA7B61; }
span { border-color: rgb(202,123,97); }
td.TdClassName
{
border-color: #CA7B61;
}
.TagClassName
{
border-color: #CA7B61;
}
</style>