Shades of Raw Sienna #CF794C
Tints of Raw Sienna #CF794C
RGB
CMYK
RGB Variations
Color information
#CF794C (or 0xCF794C) is known color: Raw Sienna. HEX triplet: CF, 79 and 4C. RGB value is (207,121,76). Sum of RGB (Red+Green+Blue) = 207+121+76=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF794C is #3086B3. Grayscale: #8D8D8D. Windows color (decimal): -3180212 or 5011919. OLE color: 5011919.
HSL color Cylindrical-coordinate representation of color #CF794C: hue angle of 20.61º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF794C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.19 |
| HSL | 20.61º | 0.58% | 0.55% | - |
| HSV(B) | 20.61º | 0.63% | 0.81% | - |
| XYZ | 33.87 | 27.46 | 10.35 | - |
| YUV | 141.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 76 | 0 | 0.42 | 0.63 | 0.19 | 20.61 | 0.58 | 0.55 |
| Hex | CF | 79 | 4C | 0 | 2A | 3F | 13 | 15 | 3A | 37 |
| Octal | 317 | 171 | 114 | 0 | 52 | 77 | 23 | 25 | 72 | 67 |
| Binary | 11001111 | 1111001 | 1001100 | 0 | 101010 | 111111 | 10011 | 10101 | 111010 | 110111 |
Color Harmonies of #CF794C
Complementary color
Monochromatic Colors of #CF794C
Black with #CF794C
Text Example
Text Example
White with #CF794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF794C; }
p { color: rgb(207,121,76); }
H1.HeaderClassName
{
color: #CF794C;
}
.AnyTagClassName
{
color: #CF794C;
}
</style>
background-color css
<style>
a { background-color: #CF794C; }
a { background-color: rgb(207,121,76); }
div.DivClassName
{
background-color: #CF794C;
}
.BgClassName
{
background-color: #CF794C;
}
</style>
border-color css
<style>
span { border-color: #CF794C; }
span { border-color: rgb(207,121,76); }
td.TdClassName
{
border-color: #CF794C;
}
.TagClassName
{
border-color: #CF794C;
}
</style>