Shades of Raw Sienna #CF8552
Tints of Raw Sienna #CF8552
RGB
CMYK
RGB Variations
Color information
#CF8552 (or 0xCF8552) is known color: Raw Sienna. HEX triplet: CF, 85 and 52. RGB value is (207,133,82). Sum of RGB (Red+Green+Blue) = 207+133+82=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8552 is #307AAD. Grayscale: #959595. Windows color (decimal): -3177134 or 5408207. OLE color: 5408207.
HSL color Cylindrical-coordinate representation of color #CF8552: hue angle of 24.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF8552 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 82 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.19 |
| HSL | 24.48º | 0.57% | 0.57% | - |
| HSV(B) | 24.48º | 0.6% | 0.81% | - |
| XYZ | 35.64 | 30.65 | 12.02 | - |
| YUV | 149.31 | 90.02 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 82 | 0 | 0.36 | 0.60 | 0.19 | 24.48 | 0.57 | 0.57 |
| Hex | CF | 85 | 52 | 0 | 24 | 3C | 13 | 18 | 39 | 39 |
| Octal | 317 | 205 | 122 | 0 | 44 | 74 | 23 | 30 | 71 | 71 |
| Binary | 11001111 | 10000101 | 1010010 | 0 | 100100 | 111100 | 10011 | 11000 | 111001 | 111001 |
Color Harmonies of #CF8552
Complementary color
Monochromatic Colors of #CF8552
Black with #CF8552
Text Example
Text Example
White with #CF8552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8552; }
p { color: rgb(207,133,82); }
H1.HeaderClassName
{
color: #CF8552;
}
.AnyTagClassName
{
color: #CF8552;
}
</style>
background-color css
<style>
a { background-color: #CF8552; }
a { background-color: rgb(207,133,82); }
div.DivClassName
{
background-color: #CF8552;
}
.BgClassName
{
background-color: #CF8552;
}
</style>
border-color css
<style>
span { border-color: #CF8552; }
span { border-color: rgb(207,133,82); }
td.TdClassName
{
border-color: #CF8552;
}
.TagClassName
{
border-color: #CF8552;
}
</style>