Shades of Raw Sienna #CC794B
Tints of Raw Sienna #CC794B
RGB
CMYK
RGB Variations
Color information
#CC794B (or 0xCC794B) is known color: Raw Sienna. HEX triplet: CC, 79 and 4B. RGB value is (204,121,75). Sum of RGB (Red+Green+Blue) = 204+121+75=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC794B is #3386B4. Grayscale: #8C8C8C. Windows color (decimal): -3376821 or 4946380. OLE color: 4946380.
HSL color Cylindrical-coordinate representation of color #CC794B: hue angle of 21.4º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC794B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 75 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.2 |
| HSL | 21.4º | 0.56% | 0.55% | - |
| HSV(B) | 21.4º | 0.63% | 0.8% | - |
| XYZ | 33.01 | 27.02 | 10.13 | - |
| YUV | 140.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 75 | 0 | 0.41 | 0.63 | 0.2 | 21.4 | 0.56 | 0.55 |
| Hex | CC | 79 | 4B | 0 | 29 | 3F | 14 | 15 | 38 | 37 |
| Octal | 314 | 171 | 113 | 0 | 51 | 77 | 24 | 25 | 70 | 67 |
| Binary | 11001100 | 1111001 | 1001011 | 0 | 101001 | 111111 | 10100 | 10101 | 111000 | 110111 |
Color Harmonies of #CC794B
Complementary color
Monochromatic Colors of #CC794B
Black with #CC794B
Text Example
Text Example
White with #CC794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC794B; }
p { color: rgb(204,121,75); }
H1.HeaderClassName
{
color: #CC794B;
}
.AnyTagClassName
{
color: #CC794B;
}
</style>
background-color css
<style>
a { background-color: #CC794B; }
a { background-color: rgb(204,121,75); }
div.DivClassName
{
background-color: #CC794B;
}
.BgClassName
{
background-color: #CC794B;
}
</style>
border-color css
<style>
span { border-color: #CC794B; }
span { border-color: rgb(204,121,75); }
td.TdClassName
{
border-color: #CC794B;
}
.TagClassName
{
border-color: #CC794B;
}
</style>