Shades of Raw Sienna #CC7F45
Tints of Raw Sienna #CC7F45
RGB
CMYK
RGB Variations
Color information
#CC7F45 (or 0xCC7F45) is known color: Raw Sienna. HEX triplet: CC, 7F and 45. RGB value is (204,127,69). Sum of RGB (Red+Green+Blue) = 204+127+69=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F45 is #3380BA. Grayscale: #8F8F8F. Windows color (decimal): -3375291 or 4554700. OLE color: 4554700.
HSL color Cylindrical-coordinate representation of color #CC7F45: hue angle of 25.78º 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 #CC7F45 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 127 | 69 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.2 |
| HSL | 25.78º | 0.57% | 0.54% | - |
| HSV(B) | 25.78º | 0.66% | 0.8% | - |
| XYZ | 33.57 | 28.45 | 9.35 | - |
| YUV | 143.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 127 | 69 | 0 | 0.38 | 0.66 | 0.2 | 25.78 | 0.57 | 0.54 |
| Hex | CC | 7F | 45 | 0 | 26 | 42 | 14 | 1A | 39 | 36 |
| Octal | 314 | 177 | 105 | 0 | 46 | 102 | 24 | 32 | 71 | 66 |
| Binary | 11001100 | 1111111 | 1000101 | 0 | 100110 | 1000010 | 10100 | 11010 | 111001 | 110110 |
Color Harmonies of #CC7F45
Complementary color
Monochromatic Colors of #CC7F45
Black with #CC7F45
Text Example
Text Example
White with #CC7F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7F45; }
p { color: rgb(204,127,69); }
H1.HeaderClassName
{
color: #CC7F45;
}
.AnyTagClassName
{
color: #CC7F45;
}
</style>
background-color css
<style>
a { background-color: #CC7F45; }
a { background-color: rgb(204,127,69); }
div.DivClassName
{
background-color: #CC7F45;
}
.BgClassName
{
background-color: #CC7F45;
}
</style>
border-color css
<style>
span { border-color: #CC7F45; }
span { border-color: rgb(204,127,69); }
td.TdClassName
{
border-color: #CC7F45;
}
.TagClassName
{
border-color: #CC7F45;
}
</style>