Shades of Raw Sienna #CC7A45
Tints of Raw Sienna #CC7A45
RGB
CMYK
RGB Variations
Color information
#CC7A45 (or 0xCC7A45) is known color: Raw Sienna. HEX triplet: CC, 7A and 45. RGB value is (204,122,69). Sum of RGB (Red+Green+Blue) = 204+122+69=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A45 is #3385BA. Grayscale: #8C8C8C. Windows color (decimal): -3376571 or 4553420. OLE color: 4553420.
HSL color Cylindrical-coordinate representation of color #CC7A45: hue angle of 23.56º 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 #CC7A45 is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 69 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.2 |
| HSL | 23.56º | 0.57% | 0.54% | - |
| HSV(B) | 23.56º | 0.66% | 0.8% | - |
| XYZ | 32.94 | 27.19 | 9.14 | - |
| YUV | 140.48 | 87.67 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 69 | 0 | 0.40 | 0.66 | 0.2 | 23.56 | 0.57 | 0.54 |
| Hex | CC | 7A | 45 | 0 | 28 | 42 | 14 | 18 | 39 | 36 |
| Octal | 314 | 172 | 105 | 0 | 50 | 102 | 24 | 30 | 71 | 66 |
| Binary | 11001100 | 1111010 | 1000101 | 0 | 101000 | 1000010 | 10100 | 11000 | 111001 | 110110 |
Color Harmonies of #CC7A45
Complementary color
Monochromatic Colors of #CC7A45
Black with #CC7A45
Text Example
Text Example
White with #CC7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A45; }
p { color: rgb(204,122,69); }
H1.HeaderClassName
{
color: #CC7A45;
}
.AnyTagClassName
{
color: #CC7A45;
}
</style>
background-color css
<style>
a { background-color: #CC7A45; }
a { background-color: rgb(204,122,69); }
div.DivClassName
{
background-color: #CC7A45;
}
.BgClassName
{
background-color: #CC7A45;
}
</style>
border-color css
<style>
span { border-color: #CC7A45; }
span { border-color: rgb(204,122,69); }
td.TdClassName
{
border-color: #CC7A45;
}
.TagClassName
{
border-color: #CC7A45;
}
</style>