Shades of Burning Sand #CA7965
Tints of Burning Sand #CA7965
RGB
CMYK
RGB Variations
Color information
#CA7965 (or 0xCA7965) is known color: Burning Sand. HEX triplet: CA, 79 and 65. RGB value is (202,121,101). Sum of RGB (Red+Green+Blue) = 202+121+101=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7965 is #35869A. Grayscale: #8F8F8F. Windows color (decimal): -3507867 or 6650314. OLE color: 6650314.
HSL color Cylindrical-coordinate representation of color #CA7965: hue angle of 11.88º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7965 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 101 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.21 |
| HSL | 11.88º | 0.49% | 0.59% | - |
| HSV(B) | 11.88º | 0.5% | 0.79% | - |
| XYZ | 33.54 | 27.17 | 15.79 | - |
| YUV | 142.94 | 104.34 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 101 | 0 | 0.40 | 0.50 | 0.21 | 11.88 | 0.49 | 0.59 |
| Hex | CA | 79 | 65 | 0 | 28 | 32 | 15 | C | 31 | 3B |
| Octal | 312 | 171 | 145 | 0 | 50 | 62 | 25 | 14 | 61 | 73 |
| Binary | 11001010 | 1111001 | 1100101 | 0 | 101000 | 110010 | 10101 | 1100 | 110001 | 111011 |
Color Harmonies of #CA7965
Complementary color
Monochromatic Colors of #CA7965
Black with #CA7965
Text Example
Text Example
White with #CA7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7965; }
p { color: rgb(202,121,101); }
H1.HeaderClassName
{
color: #CA7965;
}
.AnyTagClassName
{
color: #CA7965;
}
</style>
background-color css
<style>
a { background-color: #CA7965; }
a { background-color: rgb(202,121,101); }
div.DivClassName
{
background-color: #CA7965;
}
.BgClassName
{
background-color: #CA7965;
}
</style>
border-color css
<style>
span { border-color: #CA7965; }
span { border-color: rgb(202,121,101); }
td.TdClassName
{
border-color: #CA7965;
}
.TagClassName
{
border-color: #CA7965;
}
</style>