Shades of Raw Sienna #CF864B
Tints of Raw Sienna #CF864B
RGB
CMYK
RGB Variations
Color information
#CF864B (or 0xCF864B) is known color: Raw Sienna. HEX triplet: CF, 86 and 4B. RGB value is (207,134,75). Sum of RGB (Red+Green+Blue) = 207+134+75=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF864B is #3079B4. Grayscale: #959595. Windows color (decimal): -3176885 or 4949711. OLE color: 4949711.
HSL color Cylindrical-coordinate representation of color #CF864B: hue angle of 26.82º 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 #CF864B is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 75 | - |
| CMYK | 0 | 0.35 | 0.64 | 0.19 |
| HSL | 26.82º | 0.58% | 0.55% | - |
| HSV(B) | 26.82º | 0.64% | 0.81% | - |
| XYZ | 35.53 | 30.82 | 10.73 | - |
| YUV | 149.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 75 | 0 | 0.35 | 0.64 | 0.19 | 26.82 | 0.58 | 0.55 |
| Hex | CF | 86 | 4B | 0 | 23 | 40 | 13 | 1B | 3A | 37 |
| Octal | 317 | 206 | 113 | 0 | 43 | 100 | 23 | 33 | 72 | 67 |
| Binary | 11001111 | 10000110 | 1001011 | 0 | 100011 | 1000000 | 10011 | 11011 | 111010 | 110111 |
Color Harmonies of #CF864B
Complementary color
Monochromatic Colors of #CF864B
Black with #CF864B
Text Example
Text Example
White with #CF864B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF864B; }
p { color: rgb(207,134,75); }
H1.HeaderClassName
{
color: #CF864B;
}
.AnyTagClassName
{
color: #CF864B;
}
</style>
background-color css
<style>
a { background-color: #CF864B; }
a { background-color: rgb(207,134,75); }
div.DivClassName
{
background-color: #CF864B;
}
.BgClassName
{
background-color: #CF864B;
}
</style>
border-color css
<style>
span { border-color: #CF864B; }
span { border-color: rgb(207,134,75); }
td.TdClassName
{
border-color: #CF864B;
}
.TagClassName
{
border-color: #CF864B;
}
</style>