Shades of Raw Sienna #CC854B
Tints of Raw Sienna #CC854B
RGB
CMYK
RGB Variations
Color information
#CC854B (or 0xCC854B) is known color: Raw Sienna. HEX triplet: CC, 85 and 4B. RGB value is (204,133,75). Sum of RGB (Red+Green+Blue) = 204+133+75=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC854B is #337AB4. Grayscale: #939393. Windows color (decimal): -3373749 or 4949452. OLE color: 4949452.
HSL color Cylindrical-coordinate representation of color #CC854B: hue angle of 26.98º 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 #CC854B is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 75 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.2 |
| HSL | 26.98º | 0.56% | 0.55% | - |
| HSV(B) | 26.98º | 0.63% | 0.8% | - |
| XYZ | 34.56 | 30.12 | 10.65 | - |
| YUV | 147.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 75 | 0 | 0.35 | 0.63 | 0.2 | 26.98 | 0.56 | 0.55 |
| Hex | CC | 85 | 4B | 0 | 23 | 3F | 14 | 1B | 38 | 37 |
| Octal | 314 | 205 | 113 | 0 | 43 | 77 | 24 | 33 | 70 | 67 |
| Binary | 11001100 | 10000101 | 1001011 | 0 | 100011 | 111111 | 10100 | 11011 | 111000 | 110111 |
Color Harmonies of #CC854B
Complementary color
Monochromatic Colors of #CC854B
Black with #CC854B
Text Example
Text Example
White with #CC854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC854B; }
p { color: rgb(204,133,75); }
H1.HeaderClassName
{
color: #CC854B;
}
.AnyTagClassName
{
color: #CC854B;
}
</style>
background-color css
<style>
a { background-color: #CC854B; }
a { background-color: rgb(204,133,75); }
div.DivClassName
{
background-color: #CC854B;
}
.BgClassName
{
background-color: #CC854B;
}
</style>
border-color css
<style>
span { border-color: #CC854B; }
span { border-color: rgb(204,133,75); }
td.TdClassName
{
border-color: #CC854B;
}
.TagClassName
{
border-color: #CC854B;
}
</style>