Shades of Raw Sienna #CC7A41
Tints of Raw Sienna #CC7A41
RGB
CMYK
RGB Variations
Color information
#CC7A41 (or 0xCC7A41) is known color: Raw Sienna. HEX triplet: CC, 7A and 41. RGB value is (204,122,65). Sum of RGB (Red+Green+Blue) = 204+122+65=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A41 is #3385BE. Grayscale: #8C8C8C. Windows color (decimal): -3376575 or 4291276. OLE color: 4291276.
HSL color Cylindrical-coordinate representation of color #CC7A41: hue angle of 24.6º 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 #CC7A41 is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 65 | - |
| CMYK | 0 | 0.40 | 0.68 | 0.2 |
| HSL | 24.6º | 0.58% | 0.53% | - |
| HSV(B) | 24.6º | 0.68% | 0.8% | - |
| XYZ | 32.82 | 27.14 | 8.51 | - |
| YUV | 140.02 | 85.67 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 65 | 0 | 0.40 | 0.68 | 0.2 | 24.6 | 0.58 | 0.53 |
| Hex | CC | 7A | 41 | 0 | 28 | 44 | 14 | 19 | 3A | 35 |
| Octal | 314 | 172 | 101 | 0 | 50 | 104 | 24 | 31 | 72 | 65 |
| Binary | 11001100 | 1111010 | 1000001 | 0 | 101000 | 1000100 | 10100 | 11001 | 111010 | 110101 |
Color Harmonies of #CC7A41
Complementary color
Monochromatic Colors of #CC7A41
Black with #CC7A41
Text Example
Text Example
White with #CC7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A41; }
p { color: rgb(204,122,65); }
H1.HeaderClassName
{
color: #CC7A41;
}
.AnyTagClassName
{
color: #CC7A41;
}
</style>
background-color css
<style>
a { background-color: #CC7A41; }
a { background-color: rgb(204,122,65); }
div.DivClassName
{
background-color: #CC7A41;
}
.BgClassName
{
background-color: #CC7A41;
}
</style>
border-color css
<style>
span { border-color: #CC7A41; }
span { border-color: rgb(204,122,65); }
td.TdClassName
{
border-color: #CC7A41;
}
.TagClassName
{
border-color: #CC7A41;
}
</style>