Shades of Raw Sienna #CC884F
Tints of Raw Sienna #CC884F
RGB
CMYK
RGB Variations
Color information
#CC884F (or 0xCC884F) is known color: Raw Sienna. HEX triplet: CC, 88 and 4F. RGB value is (204,136,79). Sum of RGB (Red+Green+Blue) = 204+136+79=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC884F is #3377B0. Grayscale: #969696. Windows color (decimal): -3372977 or 5212364. OLE color: 5212364.
HSL color Cylindrical-coordinate representation of color #CC884F: hue angle of 27.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC884F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 79 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.2 |
| HSL | 27.36º | 0.55% | 0.55% | - |
| HSV(B) | 27.36º | 0.61% | 0.8% | - |
| XYZ | 35.12 | 31.01 | 11.53 | - |
| YUV | 149.83 | 88.03 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 79 | 0 | 0.33 | 0.61 | 0.2 | 27.36 | 0.55 | 0.55 |
| Hex | CC | 88 | 4F | 0 | 21 | 3D | 14 | 1B | 37 | 37 |
| Octal | 314 | 210 | 117 | 0 | 41 | 75 | 24 | 33 | 67 | 67 |
| Binary | 11001100 | 10001000 | 1001111 | 0 | 100001 | 111101 | 10100 | 11011 | 110111 | 110111 |
Color Harmonies of #CC884F
Complementary color
Monochromatic Colors of #CC884F
Black with #CC884F
Text Example
Text Example
White with #CC884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC884F; }
p { color: rgb(204,136,79); }
H1.HeaderClassName
{
color: #CC884F;
}
.AnyTagClassName
{
color: #CC884F;
}
</style>
background-color css
<style>
a { background-color: #CC884F; }
a { background-color: rgb(204,136,79); }
div.DivClassName
{
background-color: #CC884F;
}
.BgClassName
{
background-color: #CC884F;
}
</style>
border-color css
<style>
span { border-color: #CC884F; }
span { border-color: rgb(204,136,79); }
td.TdClassName
{
border-color: #CC884F;
}
.TagClassName
{
border-color: #CC884F;
}
</style>