Shades of Raw Sienna #CC854C
Tints of Raw Sienna #CC854C
RGB
CMYK
RGB Variations
Color information
#CC854C (or 0xCC854C) is known color: Raw Sienna. HEX triplet: CC, 85 and 4C. RGB value is (204,133,76). Sum of RGB (Red+Green+Blue) = 204+133+76=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC854C is #337AB3. Grayscale: #949494. Windows color (decimal): -3373748 or 5014988. OLE color: 5014988.
HSL color Cylindrical-coordinate representation of color #CC854C: hue angle of 26.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC854C is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 76 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.2 |
| HSL | 26.72º | 0.56% | 0.55% | - |
| HSV(B) | 26.72º | 0.63% | 0.8% | - |
| XYZ | 34.59 | 30.13 | 10.83 | - |
| YUV | 147.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 76 | 0 | 0.35 | 0.63 | 0.2 | 26.72 | 0.56 | 0.55 |
| Hex | CC | 85 | 4C | 0 | 23 | 3F | 14 | 1B | 38 | 37 |
| Octal | 314 | 205 | 114 | 0 | 43 | 77 | 24 | 33 | 70 | 67 |
| Binary | 11001100 | 10000101 | 1001100 | 0 | 100011 | 111111 | 10100 | 11011 | 111000 | 110111 |
Color Harmonies of #CC854C
Complementary color
Monochromatic Colors of #CC854C
Black with #CC854C
Text Example
Text Example
White with #CC854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC854C; }
p { color: rgb(204,133,76); }
H1.HeaderClassName
{
color: #CC854C;
}
.AnyTagClassName
{
color: #CC854C;
}
</style>
background-color css
<style>
a { background-color: #CC854C; }
a { background-color: rgb(204,133,76); }
div.DivClassName
{
background-color: #CC854C;
}
.BgClassName
{
background-color: #CC854C;
}
</style>
border-color css
<style>
span { border-color: #CC854C; }
span { border-color: rgb(204,133,76); }
td.TdClassName
{
border-color: #CC854C;
}
.TagClassName
{
border-color: #CC854C;
}
</style>