Shades of Raw Sienna #CC794D
Tints of Raw Sienna #CC794D
RGB
CMYK
RGB Variations
Color information
#CC794D (or 0xCC794D) is known color: Raw Sienna. HEX triplet: CC, 79 and 4D. RGB value is (204,121,77). Sum of RGB (Red+Green+Blue) = 204+121+77=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 77 (30.47% from 255 or 19.15% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC794D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC794D is #3386B2. Grayscale: #8D8D8D. Windows color (decimal): -3376819 or 5077452. OLE color: 5077452.
HSL color Cylindrical-coordinate representation of color #CC794D: hue angle of 20.79º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC794D is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 77 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.2 |
| HSL | 20.79º | 0.55% | 0.55% | - |
| HSV(B) | 20.79º | 0.62% | 0.8% | - |
| XYZ | 33.08 | 27.05 | 10.5 | - |
| YUV | 140.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 77 | 0 | 0.41 | 0.62 | 0.2 | 20.79 | 0.55 | 0.55 |
| Hex | CC | 79 | 4D | 0 | 29 | 3E | 14 | 15 | 37 | 37 |
| Octal | 314 | 171 | 115 | 0 | 51 | 76 | 24 | 25 | 67 | 67 |
| Binary | 11001100 | 1111001 | 1001101 | 0 | 101001 | 111110 | 10100 | 10101 | 110111 | 110111 |
Color Harmonies of #CC794D
Complementary color
Monochromatic Colors of #CC794D
Black with #CC794D
Text Example
Text Example
White with #CC794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC794D; }
p { color: rgb(204,121,77); }
H1.HeaderClassName
{
color: #CC794D;
}
.AnyTagClassName
{
color: #CC794D;
}
</style>
background-color css
<style>
a { background-color: #CC794D; }
a { background-color: rgb(204,121,77); }
div.DivClassName
{
background-color: #CC794D;
}
.BgClassName
{
background-color: #CC794D;
}
</style>
border-color css
<style>
span { border-color: #CC794D; }
span { border-color: rgb(204,121,77); }
td.TdClassName
{
border-color: #CC794D;
}
.TagClassName
{
border-color: #CC794D;
}
</style>