Shades of Raw Sienna #CC8652
Tints of Raw Sienna #CC8652
RGB
CMYK
RGB Variations
Color information
#CC8652 (or 0xCC8652) is known color: Raw Sienna. HEX triplet: CC, 86 and 52. RGB value is (204,134,82). Sum of RGB (Red+Green+Blue) = 204+134+82=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8652 is #3379AD. Grayscale: #959595. Windows color (decimal): -3373486 or 5408460. OLE color: 5408460.
HSL color Cylindrical-coordinate representation of color #CC8652: hue angle of 25.57º degrees, saturation: 0.54, 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 #CC8652 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 82 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.2 |
| HSL | 25.57º | 0.54% | 0.56% | - |
| HSV(B) | 25.57º | 0.6% | 0.8% | - |
| XYZ | 34.95 | 30.5 | 12.03 | - |
| YUV | 149 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 82 | 0 | 0.34 | 0.60 | 0.2 | 25.57 | 0.54 | 0.56 |
| Hex | CC | 86 | 52 | 0 | 22 | 3C | 14 | 1A | 36 | 38 |
| Octal | 314 | 206 | 122 | 0 | 42 | 74 | 24 | 32 | 66 | 70 |
| Binary | 11001100 | 10000110 | 1010010 | 0 | 100010 | 111100 | 10100 | 11010 | 110110 | 111000 |
Color Harmonies of #CC8652
Complementary color
Monochromatic Colors of #CC8652
Black with #CC8652
Text Example
Text Example
White with #CC8652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8652; }
p { color: rgb(204,134,82); }
H1.HeaderClassName
{
color: #CC8652;
}
.AnyTagClassName
{
color: #CC8652;
}
</style>
background-color css
<style>
a { background-color: #CC8652; }
a { background-color: rgb(204,134,82); }
div.DivClassName
{
background-color: #CC8652;
}
.BgClassName
{
background-color: #CC8652;
}
</style>
border-color css
<style>
span { border-color: #CC8652; }
span { border-color: rgb(204,134,82); }
td.TdClassName
{
border-color: #CC8652;
}
.TagClassName
{
border-color: #CC8652;
}
</style>