Shades of Raw Sienna #CF784C
Tints of Raw Sienna #CF784C
RGB
CMYK
RGB Variations
Color information
#CF784C (or 0xCF784C) is known color: Raw Sienna. HEX triplet: CF, 78 and 4C. RGB value is (207,120,76). Sum of RGB (Red+Green+Blue) = 207+120+76=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 120 (47.27% from 255 or 29.78% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF784C is #3087B3. Grayscale: #8D8D8D. Windows color (decimal): -3180468 or 5011663. OLE color: 5011663.
HSL color Cylindrical-coordinate representation of color #CF784C: hue angle of 20.15º 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 #CF784C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 76 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.19 |
| HSL | 20.15º | 0.58% | 0.55% | - |
| HSV(B) | 20.15º | 0.63% | 0.81% | - |
| XYZ | 33.75 | 27.22 | 10.31 | - |
| YUV | 141 | 91.32 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 76 | 0 | 0.42 | 0.63 | 0.19 | 20.15 | 0.58 | 0.55 |
| Hex | CF | 78 | 4C | 0 | 2A | 3F | 13 | 14 | 3A | 37 |
| Octal | 317 | 170 | 114 | 0 | 52 | 77 | 23 | 24 | 72 | 67 |
| Binary | 11001111 | 1111000 | 1001100 | 0 | 101010 | 111111 | 10011 | 10100 | 111010 | 110111 |
Color Harmonies of #CF784C
Complementary color
Monochromatic Colors of #CF784C
Black with #CF784C
Text Example
Text Example
White with #CF784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF784C; }
p { color: rgb(207,120,76); }
H1.HeaderClassName
{
color: #CF784C;
}
.AnyTagClassName
{
color: #CF784C;
}
</style>
background-color css
<style>
a { background-color: #CF784C; }
a { background-color: rgb(207,120,76); }
div.DivClassName
{
background-color: #CF784C;
}
.BgClassName
{
background-color: #CF784C;
}
</style>
border-color css
<style>
span { border-color: #CF784C; }
span { border-color: rgb(207,120,76); }
td.TdClassName
{
border-color: #CF784C;
}
.TagClassName
{
border-color: #CF784C;
}
</style>