Shades of Raw Sienna #CC794A
Tints of Raw Sienna #CC794A
RGB
CMYK
RGB Variations
Color information
#CC794A (or 0xCC794A) is known color: Raw Sienna. HEX triplet: CC, 79 and 4A. RGB value is (204,121,74). Sum of RGB (Red+Green+Blue) = 204+121+74=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC794A is #3386B5. Grayscale: #8C8C8C. Windows color (decimal): -3376822 or 4880844. OLE color: 4880844.
HSL color Cylindrical-coordinate representation of color #CC794A: hue angle of 21.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC794A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 74 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.2 |
| HSL | 21.69º | 0.56% | 0.55% | - |
| HSV(B) | 21.69º | 0.64% | 0.8% | - |
| XYZ | 32.98 | 27.01 | 9.95 | - |
| YUV | 140.46 | 90.5 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 74 | 0 | 0.41 | 0.64 | 0.2 | 21.69 | 0.56 | 0.55 |
| Hex | CC | 79 | 4A | 0 | 29 | 40 | 14 | 16 | 38 | 37 |
| Octal | 314 | 171 | 112 | 0 | 51 | 100 | 24 | 26 | 70 | 67 |
| Binary | 11001100 | 1111001 | 1001010 | 0 | 101001 | 1000000 | 10100 | 10110 | 111000 | 110111 |
Color Harmonies of #CC794A
Complementary color
Monochromatic Colors of #CC794A
Black with #CC794A
Text Example
Text Example
White with #CC794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC794A; }
p { color: rgb(204,121,74); }
H1.HeaderClassName
{
color: #CC794A;
}
.AnyTagClassName
{
color: #CC794A;
}
</style>
background-color css
<style>
a { background-color: #CC794A; }
a { background-color: rgb(204,121,74); }
div.DivClassName
{
background-color: #CC794A;
}
.BgClassName
{
background-color: #CC794A;
}
</style>
border-color css
<style>
span { border-color: #CC794A; }
span { border-color: rgb(204,121,74); }
td.TdClassName
{
border-color: #CC794A;
}
.TagClassName
{
border-color: #CC794A;
}
</style>