Shades of Raw Sienna #CC8251
Tints of Raw Sienna #CC8251
RGB
CMYK
RGB Variations
Color information
#CC8251 (or 0xCC8251) is known color: Raw Sienna. HEX triplet: CC, 82 and 51. RGB value is (204,130,81). Sum of RGB (Red+Green+Blue) = 204+130+81=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8251 is #337DAE. Grayscale: #929292. Windows color (decimal): -3374511 or 5341900. OLE color: 5341900.
HSL color Cylindrical-coordinate representation of color #CC8251: hue angle of 23.9º 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 #CC8251 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 81 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.2 |
| HSL | 23.9º | 0.55% | 0.56% | - |
| HSV(B) | 23.9º | 0.6% | 0.8% | - |
| XYZ | 34.37 | 29.4 | 11.65 | - |
| YUV | 146.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 81 | 0 | 0.36 | 0.60 | 0.2 | 23.9 | 0.55 | 0.56 |
| Hex | CC | 82 | 51 | 0 | 24 | 3C | 14 | 18 | 37 | 38 |
| Octal | 314 | 202 | 121 | 0 | 44 | 74 | 24 | 30 | 67 | 70 |
| Binary | 11001100 | 10000010 | 1010001 | 0 | 100100 | 111100 | 10100 | 11000 | 110111 | 111000 |
Color Harmonies of #CC8251
Complementary color
Monochromatic Colors of #CC8251
Black with #CC8251
Text Example
Text Example
White with #CC8251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8251; }
p { color: rgb(204,130,81); }
H1.HeaderClassName
{
color: #CC8251;
}
.AnyTagClassName
{
color: #CC8251;
}
</style>
background-color css
<style>
a { background-color: #CC8251; }
a { background-color: rgb(204,130,81); }
div.DivClassName
{
background-color: #CC8251;
}
.BgClassName
{
background-color: #CC8251;
}
</style>
border-color css
<style>
span { border-color: #CC8251; }
span { border-color: rgb(204,130,81); }
td.TdClassName
{
border-color: #CC8251;
}
.TagClassName
{
border-color: #CC8251;
}
</style>