Shades of Raw Sienna #CC7F47
Tints of Raw Sienna #CC7F47
RGB
CMYK
RGB Variations
Color information
#CC7F47 (or 0xCC7F47) is known color: Raw Sienna. HEX triplet: CC, 7F and 47. RGB value is (204,127,71). Sum of RGB (Red+Green+Blue) = 204+127+71=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F47 is #3380B8. Grayscale: #8F8F8F. Windows color (decimal): -3375289 or 4685772. OLE color: 4685772.
HSL color Cylindrical-coordinate representation of color #CC7F47: hue angle of 25.26º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC7F47 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 71 | - |
| CMYK | 0 | 0.38 | 0.65 | 0.2 |
| HSL | 25.26º | 0.57% | 0.54% | - |
| HSV(B) | 25.26º | 0.65% | 0.8% | - |
| XYZ | 33.63 | 28.47 | 9.68 | - |
| YUV | 143.64 | 87.01 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 71 | 0 | 0.38 | 0.65 | 0.2 | 25.26 | 0.57 | 0.54 |
| Hex | CC | 7F | 47 | 0 | 26 | 41 | 14 | 19 | 39 | 36 |
| Octal | 314 | 177 | 107 | 0 | 46 | 101 | 24 | 31 | 71 | 66 |
| Binary | 11001100 | 1111111 | 1000111 | 0 | 100110 | 1000001 | 10100 | 11001 | 111001 | 110110 |
Color Harmonies of #CC7F47
Complementary color
Monochromatic Colors of #CC7F47
Black with #CC7F47
Text Example
Text Example
White with #CC7F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F47; }
p { color: rgb(204,127,71); }
H1.HeaderClassName
{
color: #CC7F47;
}
.AnyTagClassName
{
color: #CC7F47;
}
</style>
background-color css
<style>
a { background-color: #CC7F47; }
a { background-color: rgb(204,127,71); }
div.DivClassName
{
background-color: #CC7F47;
}
.BgClassName
{
background-color: #CC7F47;
}
</style>
border-color css
<style>
span { border-color: #CC7F47; }
span { border-color: rgb(204,127,71); }
td.TdClassName
{
border-color: #CC7F47;
}
.TagClassName
{
border-color: #CC7F47;
}
</style>