Shades of Burning Sand #CA7B62
Tints of Burning Sand #CA7B62
RGB
CMYK
RGB Variations
Color information
#CA7B62 (or 0xCA7B62) is known color: Burning Sand. HEX triplet: CA, 7B and 62. RGB value is (202,123,98). Sum of RGB (Red+Green+Blue) = 202+123+98=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B62 is #35849D. Grayscale: #8F8F8F. Windows color (decimal): -3507358 or 6454218. OLE color: 6454218.
HSL color Cylindrical-coordinate representation of color #CA7B62: hue angle of 14.42º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7B62 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 98 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.21 |
| HSL | 14.42º | 0.5% | 0.59% | - |
| HSV(B) | 14.42º | 0.51% | 0.79% | - |
| XYZ | 33.64 | 27.6 | 15.11 | - |
| YUV | 143.77 | 102.17 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 98 | 0 | 0.39 | 0.51 | 0.21 | 14.42 | 0.5 | 0.59 |
| Hex | CA | 7B | 62 | 0 | 27 | 33 | 15 | E | 32 | 3B |
| Octal | 312 | 173 | 142 | 0 | 47 | 63 | 25 | 16 | 62 | 73 |
| Binary | 11001010 | 1111011 | 1100010 | 0 | 100111 | 110011 | 10101 | 1110 | 110010 | 111011 |
Color Harmonies of #CA7B62
Complementary color
Monochromatic Colors of #CA7B62
Black with #CA7B62
Text Example
Text Example
White with #CA7B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7B62; }
p { color: rgb(202,123,98); }
H1.HeaderClassName
{
color: #CA7B62;
}
.AnyTagClassName
{
color: #CA7B62;
}
</style>
background-color css
<style>
a { background-color: #CA7B62; }
a { background-color: rgb(202,123,98); }
div.DivClassName
{
background-color: #CA7B62;
}
.BgClassName
{
background-color: #CA7B62;
}
</style>
border-color css
<style>
span { border-color: #CA7B62; }
span { border-color: rgb(202,123,98); }
td.TdClassName
{
border-color: #CA7B62;
}
.TagClassName
{
border-color: #CA7B62;
}
</style>