Shades of Raw Sienna #CA7D4D
Tints of Raw Sienna #CA7D4D
RGB
CMYK
RGB Variations
Color information
#CA7D4D (or 0xCA7D4D) is known color: Raw Sienna. HEX triplet: CA, 7D and 4D. RGB value is (202,125,77). Sum of RGB (Red+Green+Blue) = 202+125+77=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7D4D is #3582B2. Grayscale: #8E8E8E. Windows color (decimal): -3506867 or 5078474. OLE color: 5078474.
HSL color Cylindrical-coordinate representation of color #CA7D4D: hue angle of 23.04º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA7D4D is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 77 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.21 |
| HSL | 23.04º | 0.54% | 0.55% | - |
| HSV(B) | 23.04º | 0.62% | 0.79% | - |
| XYZ | 33.03 | 27.76 | 10.64 | - |
| YUV | 142.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 77 | 0 | 0.38 | 0.62 | 0.21 | 23.04 | 0.54 | 0.55 |
| Hex | CA | 7D | 4D | 0 | 26 | 3E | 15 | 17 | 36 | 37 |
| Octal | 312 | 175 | 115 | 0 | 46 | 76 | 25 | 27 | 66 | 67 |
| Binary | 11001010 | 1111101 | 1001101 | 0 | 100110 | 111110 | 10101 | 10111 | 110110 | 110111 |
Color Harmonies of #CA7D4D
Complementary color
Monochromatic Colors of #CA7D4D
Black with #CA7D4D
Text Example
Text Example
White with #CA7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7D4D; }
p { color: rgb(202,125,77); }
H1.HeaderClassName
{
color: #CA7D4D;
}
.AnyTagClassName
{
color: #CA7D4D;
}
</style>
background-color css
<style>
a { background-color: #CA7D4D; }
a { background-color: rgb(202,125,77); }
div.DivClassName
{
background-color: #CA7D4D;
}
.BgClassName
{
background-color: #CA7D4D;
}
</style>
border-color css
<style>
span { border-color: #CA7D4D; }
span { border-color: rgb(202,125,77); }
td.TdClassName
{
border-color: #CA7D4D;
}
.TagClassName
{
border-color: #CA7D4D;
}
</style>