Shades of Raw Sienna #CC784A
Tints of Raw Sienna #CC784A
RGB
CMYK
RGB Variations
Color information
#CC784A (or 0xCC784A) is known color: Raw Sienna. HEX triplet: CC, 78 and 4A. RGB value is (204,120,74). Sum of RGB (Red+Green+Blue) = 204+120+74=398 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.26% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 204 - color contains mainly: red. Hex color #CC784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC784A is #3387B5. Grayscale: #8C8C8C. Windows color (decimal): -3377078 or 4880588. OLE color: 4880588.
HSL color Cylindrical-coordinate representation of color #CC784A: hue angle of 21.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC784A is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 74 | - |
| CMYK | 0 | 0.41 | 0.64 | 0.2 |
| HSL | 21.23º | 0.56% | 0.55% | - |
| HSV(B) | 21.23º | 0.64% | 0.8% | - |
| XYZ | 32.85 | 26.76 | 9.91 | - |
| YUV | 139.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 74 | 0 | 0.41 | 0.64 | 0.2 | 21.23 | 0.56 | 0.55 |
| Hex | CC | 78 | 4A | 0 | 29 | 40 | 14 | 15 | 38 | 37 |
| Octal | 314 | 170 | 112 | 0 | 51 | 100 | 24 | 25 | 70 | 67 |
| Binary | 11001100 | 1111000 | 1001010 | 0 | 101001 | 1000000 | 10100 | 10101 | 111000 | 110111 |
Color Harmonies of #CC784A
Complementary color
Monochromatic Colors of #CC784A
Black with #CC784A
Text Example
Text Example
White with #CC784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC784A; }
p { color: rgb(204,120,74); }
H1.HeaderClassName
{
color: #CC784A;
}
.AnyTagClassName
{
color: #CC784A;
}
</style>
background-color css
<style>
a { background-color: #CC784A; }
a { background-color: rgb(204,120,74); }
div.DivClassName
{
background-color: #CC784A;
}
.BgClassName
{
background-color: #CC784A;
}
</style>
border-color css
<style>
span { border-color: #CC784A; }
span { border-color: rgb(204,120,74); }
td.TdClassName
{
border-color: #CC784A;
}
.TagClassName
{
border-color: #CC784A;
}
</style>