Shades of Raw Sienna #CC7A48
Tints of Raw Sienna #CC7A48
RGB
CMYK
RGB Variations
Color information
#CC7A48 (or 0xCC7A48) is known color: Raw Sienna. HEX triplet: CC, 7A and 48. RGB value is (204,122,72). Sum of RGB (Red+Green+Blue) = 204+122+72=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A48 is #3385B7. Grayscale: #8D8D8D. Windows color (decimal): -3376568 or 4750028. OLE color: 4750028.
HSL color Cylindrical-coordinate representation of color #CC7A48: hue angle of 22.73º degrees, saturation: 0.56, 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 #CC7A48 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 72 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.2 |
| HSL | 22.73º | 0.56% | 0.54% | - |
| HSV(B) | 22.73º | 0.65% | 0.8% | - |
| XYZ | 33.03 | 27.22 | 9.64 | - |
| YUV | 140.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 72 | 0 | 0.40 | 0.65 | 0.2 | 22.73 | 0.56 | 0.54 |
| Hex | CC | 7A | 48 | 0 | 28 | 41 | 14 | 17 | 38 | 36 |
| Octal | 314 | 172 | 110 | 0 | 50 | 101 | 24 | 27 | 70 | 66 |
| Binary | 11001100 | 1111010 | 1001000 | 0 | 101000 | 1000001 | 10100 | 10111 | 111000 | 110110 |
Color Harmonies of #CC7A48
Complementary color
Monochromatic Colors of #CC7A48
Black with #CC7A48
Text Example
Text Example
White with #CC7A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A48; }
p { color: rgb(204,122,72); }
H1.HeaderClassName
{
color: #CC7A48;
}
.AnyTagClassName
{
color: #CC7A48;
}
</style>
background-color css
<style>
a { background-color: #CC7A48; }
a { background-color: rgb(204,122,72); }
div.DivClassName
{
background-color: #CC7A48;
}
.BgClassName
{
background-color: #CC7A48;
}
</style>
border-color css
<style>
span { border-color: #CC7A48; }
span { border-color: rgb(204,122,72); }
td.TdClassName
{
border-color: #CC7A48;
}
.TagClassName
{
border-color: #CC7A48;
}
</style>