Shades of Raw Sienna #CC8350
Tints of Raw Sienna #CC8350
RGB
CMYK
RGB Variations
Color information
#CC8350 (or 0xCC8350) is known color: Raw Sienna. HEX triplet: CC, 83 and 50. RGB value is (204,131,80). Sum of RGB (Red+Green+Blue) = 204+131+80=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8350 is #337CAF. Grayscale: #939393. Windows color (decimal): -3374256 or 5276620. OLE color: 5276620.
HSL color Cylindrical-coordinate representation of color #CC8350: hue angle of 24.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC8350 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 80 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.2 |
| HSL | 24.68º | 0.55% | 0.56% | - |
| HSV(B) | 24.68º | 0.61% | 0.8% | - |
| XYZ | 34.47 | 29.65 | 11.5 | - |
| YUV | 147.01 | 90.18 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 80 | 0 | 0.36 | 0.61 | 0.2 | 24.68 | 0.55 | 0.56 |
| Hex | CC | 83 | 50 | 0 | 24 | 3D | 14 | 19 | 37 | 38 |
| Octal | 314 | 203 | 120 | 0 | 44 | 75 | 24 | 31 | 67 | 70 |
| Binary | 11001100 | 10000011 | 1010000 | 0 | 100100 | 111101 | 10100 | 11001 | 110111 | 111000 |
Color Harmonies of #CC8350
Complementary color
Monochromatic Colors of #CC8350
Black with #CC8350
Text Example
Text Example
White with #CC8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8350; }
p { color: rgb(204,131,80); }
H1.HeaderClassName
{
color: #CC8350;
}
.AnyTagClassName
{
color: #CC8350;
}
</style>
background-color css
<style>
a { background-color: #CC8350; }
a { background-color: rgb(204,131,80); }
div.DivClassName
{
background-color: #CC8350;
}
.BgClassName
{
background-color: #CC8350;
}
</style>
border-color css
<style>
span { border-color: #CC8350; }
span { border-color: rgb(204,131,80); }
td.TdClassName
{
border-color: #CC8350;
}
.TagClassName
{
border-color: #CC8350;
}
</style>