Shades of Raw Sienna #CC7D41
Tints of Raw Sienna #CC7D41
RGB
CMYK
RGB Variations
Color information
#CC7D41 (or 0xCC7D41) is known color: Raw Sienna. HEX triplet: CC, 7D and 41. RGB value is (204,125,65). Sum of RGB (Red+Green+Blue) = 204+125+65=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D41 is #3382BE. Grayscale: #8E8E8E. Windows color (decimal): -3375807 or 4292044. OLE color: 4292044.
HSL color Cylindrical-coordinate representation of color #CC7D41: hue angle of 25.9º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7D41 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 65 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.2 |
| HSL | 25.9º | 0.58% | 0.53% | - |
| HSV(B) | 25.9º | 0.68% | 0.8% | - |
| XYZ | 33.19 | 27.89 | 8.63 | - |
| YUV | 141.78 | 84.67 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 65 | 0 | 0.39 | 0.68 | 0.2 | 25.9 | 0.58 | 0.53 |
| Hex | CC | 7D | 41 | 0 | 27 | 44 | 14 | 1A | 3A | 35 |
| Octal | 314 | 175 | 101 | 0 | 47 | 104 | 24 | 32 | 72 | 65 |
| Binary | 11001100 | 1111101 | 1000001 | 0 | 100111 | 1000100 | 10100 | 11010 | 111010 | 110101 |
Color Harmonies of #CC7D41
Complementary color
Monochromatic Colors of #CC7D41
Black with #CC7D41
Text Example
Text Example
White with #CC7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D41; }
p { color: rgb(204,125,65); }
H1.HeaderClassName
{
color: #CC7D41;
}
.AnyTagClassName
{
color: #CC7D41;
}
</style>
background-color css
<style>
a { background-color: #CC7D41; }
a { background-color: rgb(204,125,65); }
div.DivClassName
{
background-color: #CC7D41;
}
.BgClassName
{
background-color: #CC7D41;
}
</style>
border-color css
<style>
span { border-color: #CC7D41; }
span { border-color: rgb(204,125,65); }
td.TdClassName
{
border-color: #CC7D41;
}
.TagClassName
{
border-color: #CC7D41;
}
</style>