Shades of Raw Sienna #CA7E4E
Tints of Raw Sienna #CA7E4E
RGB
CMYK
RGB Variations
Color information
#CA7E4E (or 0xCA7E4E) is known color: Raw Sienna. HEX triplet: CA, 7E and 4E. RGB value is (202,126,78). Sum of RGB (Red+Green+Blue) = 202+126+78=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 78 (30.86% from 255 or 19.21% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E4E is #3581B1. Grayscale: #8F8F8F. Windows color (decimal): -3506610 or 5144266. OLE color: 5144266.
HSL color Cylindrical-coordinate representation of color #CA7E4E: hue angle of 23.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA7E4E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 126 | 78 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.21 |
| HSL | 23.23º | 0.54% | 0.55% | - |
| HSV(B) | 23.23º | 0.61% | 0.79% | - |
| XYZ | 33.19 | 28.03 | 10.87 | - |
| YUV | 143.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 126 | 78 | 0 | 0.38 | 0.61 | 0.21 | 23.23 | 0.54 | 0.55 |
| Hex | CA | 7E | 4E | 0 | 26 | 3D | 15 | 17 | 36 | 37 |
| Octal | 312 | 176 | 116 | 0 | 46 | 75 | 25 | 27 | 66 | 67 |
| Binary | 11001010 | 1111110 | 1001110 | 0 | 100110 | 111101 | 10101 | 10111 | 110110 | 110111 |
Color Harmonies of #CA7E4E
Complementary color
Monochromatic Colors of #CA7E4E
Black with #CA7E4E
Text Example
Text Example
White with #CA7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7E4E; }
p { color: rgb(202,126,78); }
H1.HeaderClassName
{
color: #CA7E4E;
}
.AnyTagClassName
{
color: #CA7E4E;
}
</style>
background-color css
<style>
a { background-color: #CA7E4E; }
a { background-color: rgb(202,126,78); }
div.DivClassName
{
background-color: #CA7E4E;
}
.BgClassName
{
background-color: #CA7E4E;
}
</style>
border-color css
<style>
span { border-color: #CA7E4E; }
span { border-color: rgb(202,126,78); }
td.TdClassName
{
border-color: #CA7E4E;
}
.TagClassName
{
border-color: #CA7E4E;
}
</style>