Shades of Raw Sienna #CC8051
Tints of Raw Sienna #CC8051
RGB
CMYK
RGB Variations
Color information
#CC8051 (or 0xCC8051) is known color: Raw Sienna. HEX triplet: CC, 80 and 51. RGB value is (204,128,81). Sum of RGB (Red+Green+Blue) = 204+128+81=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 81 (32.03% from 255 or 19.61% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8051 is #337FAE. Grayscale: #919191. Windows color (decimal): -3375023 or 5341388. OLE color: 5341388.
HSL color Cylindrical-coordinate representation of color #CC8051: hue angle of 22.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8051 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 81 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.2 |
| HSL | 22.93º | 0.55% | 0.56% | - |
| HSV(B) | 22.93º | 0.6% | 0.8% | - |
| XYZ | 34.11 | 28.87 | 11.56 | - |
| YUV | 145.37 | 91.68 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 81 | 0 | 0.37 | 0.60 | 0.2 | 22.93 | 0.55 | 0.56 |
| Hex | CC | 80 | 51 | 0 | 25 | 3C | 14 | 17 | 37 | 38 |
| Octal | 314 | 200 | 121 | 0 | 45 | 74 | 24 | 27 | 67 | 70 |
| Binary | 11001100 | 10000000 | 1010001 | 0 | 100101 | 111100 | 10100 | 10111 | 110111 | 111000 |
Color Harmonies of #CC8051
Complementary color
Monochromatic Colors of #CC8051
Black with #CC8051
Text Example
Text Example
White with #CC8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8051; }
p { color: rgb(204,128,81); }
H1.HeaderClassName
{
color: #CC8051;
}
.AnyTagClassName
{
color: #CC8051;
}
</style>
background-color css
<style>
a { background-color: #CC8051; }
a { background-color: rgb(204,128,81); }
div.DivClassName
{
background-color: #CC8051;
}
.BgClassName
{
background-color: #CC8051;
}
</style>
border-color css
<style>
span { border-color: #CC8051; }
span { border-color: rgb(204,128,81); }
td.TdClassName
{
border-color: #CC8051;
}
.TagClassName
{
border-color: #CC8051;
}
</style>