Shades of Raw Sienna #CF864A
Tints of Raw Sienna #CF864A
RGB
CMYK
RGB Variations
Color information
#CF864A (or 0xCF864A) is known color: Raw Sienna. HEX triplet: CF, 86 and 4A. RGB value is (207,134,74). Sum of RGB (Red+Green+Blue) = 207+134+74=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF864A is #3079B5. Grayscale: #959595. Windows color (decimal): -3176886 or 4884175. OLE color: 4884175.
HSL color Cylindrical-coordinate representation of color #CF864A: hue angle of 27.07º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF864A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 74 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.19 |
| HSL | 27.07º | 0.58% | 0.55% | - |
| HSV(B) | 27.07º | 0.64% | 0.81% | - |
| XYZ | 35.49 | 30.81 | 10.55 | - |
| YUV | 148.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 74 | 0 | 0.35 | 0.64 | 0.19 | 27.07 | 0.58 | 0.55 |
| Hex | CF | 86 | 4A | 0 | 23 | 40 | 13 | 1B | 3A | 37 |
| Octal | 317 | 206 | 112 | 0 | 43 | 100 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10000110 | 1001010 | 0 | 100011 | 1000000 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF864A
Complementary color
Monochromatic Colors of #CF864A
Black with #CF864A
Text Example
Text Example
White with #CF864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF864A; }
p { color: rgb(207,134,74); }
H1.HeaderClassName
{
color: #CF864A;
}
.AnyTagClassName
{
color: #CF864A;
}
</style>
background-color css
<style>
a { background-color: #CF864A; }
a { background-color: rgb(207,134,74); }
div.DivClassName
{
background-color: #CF864A;
}
.BgClassName
{
background-color: #CF864A;
}
</style>
border-color css
<style>
span { border-color: #CF864A; }
span { border-color: rgb(207,134,74); }
td.TdClassName
{
border-color: #CF864A;
}
.TagClassName
{
border-color: #CF864A;
}
</style>