Shades of Raw Sienna #CC7842
Tints of Raw Sienna #CC7842
RGB
CMYK
RGB Variations
Color information
#CC7842 (or 0xCC7842) is known color: Raw Sienna. HEX triplet: CC, 78 and 42. RGB value is (204,120,66). Sum of RGB (Red+Green+Blue) = 204+120+66=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7842 is #3387BD. Grayscale: #8B8B8B. Windows color (decimal): -3377086 or 4356300. OLE color: 4356300.
HSL color Cylindrical-coordinate representation of color #CC7842: hue angle of 23.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC7842 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 66 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.2 |
| HSL | 23.48º | 0.58% | 0.53% | - |
| HSV(B) | 23.48º | 0.68% | 0.8% | - |
| XYZ | 32.6 | 26.66 | 8.58 | - |
| YUV | 138.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 66 | 0 | 0.41 | 0.68 | 0.2 | 23.48 | 0.58 | 0.53 |
| Hex | CC | 78 | 42 | 0 | 29 | 44 | 14 | 17 | 3A | 35 |
| Octal | 314 | 170 | 102 | 0 | 51 | 104 | 24 | 27 | 72 | 65 |
| Binary | 11001100 | 1111000 | 1000010 | 0 | 101001 | 1000100 | 10100 | 10111 | 111010 | 110101 |
Color Harmonies of #CC7842
Complementary color
Monochromatic Colors of #CC7842
Black with #CC7842
Text Example
Text Example
White with #CC7842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7842; }
p { color: rgb(204,120,66); }
H1.HeaderClassName
{
color: #CC7842;
}
.AnyTagClassName
{
color: #CC7842;
}
</style>
background-color css
<style>
a { background-color: #CC7842; }
a { background-color: rgb(204,120,66); }
div.DivClassName
{
background-color: #CC7842;
}
.BgClassName
{
background-color: #CC7842;
}
</style>
border-color css
<style>
span { border-color: #CC7842; }
span { border-color: rgb(204,120,66); }
td.TdClassName
{
border-color: #CC7842;
}
.TagClassName
{
border-color: #CC7842;
}
</style>