Shades of Raw Sienna #CF7E53
Tints of Raw Sienna #CF7E53
RGB
CMYK
RGB Variations
Color information
#CF7E53 (or 0xCF7E53) is known color: Raw Sienna. HEX triplet: CF, 7E and 53. RGB value is (207,126,83). Sum of RGB (Red+Green+Blue) = 207+126+83=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E53 is #3081AC. Grayscale: #919191. Windows color (decimal): -3178925 or 5471951. OLE color: 5471951.
HSL color Cylindrical-coordinate representation of color #CF7E53: hue angle of 20.81º degrees, saturation: 0.56, 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 #CF7E53 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 83 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.19 |
| HSL | 20.81º | 0.56% | 0.57% | - |
| HSV(B) | 20.81º | 0.6% | 0.81% | - |
| XYZ | 34.75 | 28.81 | 11.91 | - |
| YUV | 145.32 | 92.84 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 83 | 0 | 0.39 | 0.60 | 0.19 | 20.81 | 0.56 | 0.57 |
| Hex | CF | 7E | 53 | 0 | 27 | 3C | 13 | 15 | 38 | 39 |
| Octal | 317 | 176 | 123 | 0 | 47 | 74 | 23 | 25 | 70 | 71 |
| Binary | 11001111 | 1111110 | 1010011 | 0 | 100111 | 111100 | 10011 | 10101 | 111000 | 111001 |
Color Harmonies of #CF7E53
Complementary color
Monochromatic Colors of #CF7E53
Black with #CF7E53
Text Example
Text Example
White with #CF7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E53; }
p { color: rgb(207,126,83); }
H1.HeaderClassName
{
color: #CF7E53;
}
.AnyTagClassName
{
color: #CF7E53;
}
</style>
background-color css
<style>
a { background-color: #CF7E53; }
a { background-color: rgb(207,126,83); }
div.DivClassName
{
background-color: #CF7E53;
}
.BgClassName
{
background-color: #CF7E53;
}
</style>
border-color css
<style>
span { border-color: #CF7E53; }
span { border-color: rgb(207,126,83); }
td.TdClassName
{
border-color: #CF7E53;
}
.TagClassName
{
border-color: #CF7E53;
}
</style>