Shades of Raw Sienna #CC7A46
Tints of Raw Sienna #CC7A46
RGB
CMYK
RGB Variations
Color information
#CC7A46 (or 0xCC7A46) is known color: Raw Sienna. HEX triplet: CC, 7A and 46. RGB value is (204,122,70). Sum of RGB (Red+Green+Blue) = 204+122+70=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A46 is #3385B9. Grayscale: #8C8C8C. Windows color (decimal): -3376570 or 4618956. OLE color: 4618956.
HSL color Cylindrical-coordinate representation of color #CC7A46: hue angle of 23.28º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC7A46 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 70 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.2 |
| HSL | 23.28º | 0.57% | 0.54% | - |
| HSV(B) | 23.28º | 0.66% | 0.8% | - |
| XYZ | 32.97 | 27.2 | 9.31 | - |
| YUV | 140.59 | 88.17 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 70 | 0 | 0.40 | 0.66 | 0.2 | 23.28 | 0.57 | 0.54 |
| Hex | CC | 7A | 46 | 0 | 28 | 42 | 14 | 17 | 39 | 36 |
| Octal | 314 | 172 | 106 | 0 | 50 | 102 | 24 | 27 | 71 | 66 |
| Binary | 11001100 | 1111010 | 1000110 | 0 | 101000 | 1000010 | 10100 | 10111 | 111001 | 110110 |
Color Harmonies of #CC7A46
Complementary color
Monochromatic Colors of #CC7A46
Black with #CC7A46
Text Example
Text Example
White with #CC7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A46; }
p { color: rgb(204,122,70); }
H1.HeaderClassName
{
color: #CC7A46;
}
.AnyTagClassName
{
color: #CC7A46;
}
</style>
background-color css
<style>
a { background-color: #CC7A46; }
a { background-color: rgb(204,122,70); }
div.DivClassName
{
background-color: #CC7A46;
}
.BgClassName
{
background-color: #CC7A46;
}
</style>
border-color css
<style>
span { border-color: #CC7A46; }
span { border-color: rgb(204,122,70); }
td.TdClassName
{
border-color: #CC7A46;
}
.TagClassName
{
border-color: #CC7A46;
}
</style>