Shades of Raw Sienna #CC8250
Tints of Raw Sienna #CC8250
RGB
CMYK
RGB Variations
Color information
#CC8250 (or 0xCC8250) is known color: Raw Sienna. HEX triplet: CC, 82 and 50. RGB value is (204,130,80). Sum of RGB (Red+Green+Blue) = 204+130+80=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8250 is #337DAF. Grayscale: #929292. Windows color (decimal): -3374512 or 5276364. OLE color: 5276364.
HSL color Cylindrical-coordinate representation of color #CC8250: hue angle of 24.19º 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 #CC8250 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 80 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.2 |
| HSL | 24.19º | 0.55% | 0.56% | - |
| HSV(B) | 24.19º | 0.61% | 0.8% | - |
| XYZ | 34.33 | 29.38 | 11.45 | - |
| YUV | 146.43 | 90.52 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 80 | 0 | 0.36 | 0.61 | 0.2 | 24.19 | 0.55 | 0.56 |
| Hex | CC | 82 | 50 | 0 | 24 | 3D | 14 | 18 | 37 | 38 |
| Octal | 314 | 202 | 120 | 0 | 44 | 75 | 24 | 30 | 67 | 70 |
| Binary | 11001100 | 10000010 | 1010000 | 0 | 100100 | 111101 | 10100 | 11000 | 110111 | 111000 |
Color Harmonies of #CC8250
Complementary color
Monochromatic Colors of #CC8250
Black with #CC8250
Text Example
Text Example
White with #CC8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8250; }
p { color: rgb(204,130,80); }
H1.HeaderClassName
{
color: #CC8250;
}
.AnyTagClassName
{
color: #CC8250;
}
</style>
background-color css
<style>
a { background-color: #CC8250; }
a { background-color: rgb(204,130,80); }
div.DivClassName
{
background-color: #CC8250;
}
.BgClassName
{
background-color: #CC8250;
}
</style>
border-color css
<style>
span { border-color: #CC8250; }
span { border-color: rgb(204,130,80); }
td.TdClassName
{
border-color: #CC8250;
}
.TagClassName
{
border-color: #CC8250;
}
</style>