Shades of Raw Sienna #CC784B
Tints of Raw Sienna #CC784B
RGB
CMYK
RGB Variations
Color information
#CC784B (or 0xCC784B) is known color: Raw Sienna. HEX triplet: CC, 78 and 4B. RGB value is (204,120,75). Sum of RGB (Red+Green+Blue) = 204+120+75=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC784B is #3387B4. Grayscale: #8C8C8C. Windows color (decimal): -3377077 or 4946124. OLE color: 4946124.
HSL color Cylindrical-coordinate representation of color #CC784B: hue angle of 20.93º 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 #CC784B is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 75 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.2 |
| HSL | 20.93º | 0.56% | 0.55% | - |
| HSV(B) | 20.93º | 0.63% | 0.8% | - |
| XYZ | 32.89 | 26.78 | 10.09 | - |
| YUV | 139.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 75 | 0 | 0.41 | 0.63 | 0.2 | 20.93 | 0.56 | 0.55 |
| Hex | CC | 78 | 4B | 0 | 29 | 3F | 14 | 15 | 38 | 37 |
| Octal | 314 | 170 | 113 | 0 | 51 | 77 | 24 | 25 | 70 | 67 |
| Binary | 11001100 | 1111000 | 1001011 | 0 | 101001 | 111111 | 10100 | 10101 | 111000 | 110111 |
Color Harmonies of #CC784B
Complementary color
Monochromatic Colors of #CC784B
Black with #CC784B
Text Example
Text Example
White with #CC784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC784B; }
p { color: rgb(204,120,75); }
H1.HeaderClassName
{
color: #CC784B;
}
.AnyTagClassName
{
color: #CC784B;
}
</style>
background-color css
<style>
a { background-color: #CC784B; }
a { background-color: rgb(204,120,75); }
div.DivClassName
{
background-color: #CC784B;
}
.BgClassName
{
background-color: #CC784B;
}
</style>
border-color css
<style>
span { border-color: #CC784B; }
span { border-color: rgb(204,120,75); }
td.TdClassName
{
border-color: #CC784B;
}
.TagClassName
{
border-color: #CC784B;
}
</style>