Shades of Raw Sienna #CA794C
Tints of Raw Sienna #CA794C
RGB
CMYK
RGB Variations
Color information
#CA794C (or 0xCA794C) is known color: Raw Sienna. HEX triplet: CA, 79 and 4C. RGB value is (202,121,76). Sum of RGB (Red+Green+Blue) = 202+121+76=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA794C is #3586B3. Grayscale: #8C8C8C. Windows color (decimal): -3507892 or 5011914. OLE color: 5011914.
HSL color Cylindrical-coordinate representation of color #CA794C: hue angle of 21.43º 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 #CA794C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 76 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.21 |
| HSL | 21.43º | 0.54% | 0.55% | - |
| HSV(B) | 21.43º | 0.62% | 0.79% | - |
| XYZ | 32.5 | 26.75 | 10.29 | - |
| YUV | 140.09 | 91.84 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 76 | 0 | 0.40 | 0.62 | 0.21 | 21.43 | 0.54 | 0.55 |
| Hex | CA | 79 | 4C | 0 | 28 | 3E | 15 | 15 | 36 | 37 |
| Octal | 312 | 171 | 114 | 0 | 50 | 76 | 25 | 25 | 66 | 67 |
| Binary | 11001010 | 1111001 | 1001100 | 0 | 101000 | 111110 | 10101 | 10101 | 110110 | 110111 |
Color Harmonies of #CA794C
Complementary color
Monochromatic Colors of #CA794C
Black with #CA794C
Text Example
Text Example
White with #CA794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA794C; }
p { color: rgb(202,121,76); }
H1.HeaderClassName
{
color: #CA794C;
}
.AnyTagClassName
{
color: #CA794C;
}
</style>
background-color css
<style>
a { background-color: #CA794C; }
a { background-color: rgb(202,121,76); }
div.DivClassName
{
background-color: #CA794C;
}
.BgClassName
{
background-color: #CA794C;
}
</style>
border-color css
<style>
span { border-color: #CA794C; }
span { border-color: rgb(202,121,76); }
td.TdClassName
{
border-color: #CA794C;
}
.TagClassName
{
border-color: #CA794C;
}
</style>