Shades of Raw Sienna #CC7642
Tints of Raw Sienna #CC7642
RGB
CMYK
RGB Variations
Color information
#CC7642 (or 0xCC7642) is known color: Raw Sienna. HEX triplet: CC, 76 and 42. RGB value is (204,118,66). Sum of RGB (Red+Green+Blue) = 204+118+66=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7642 is #3389BD. Grayscale: #8A8A8A. Windows color (decimal): -3377598 or 4355788. OLE color: 4355788.
HSL color Cylindrical-coordinate representation of color #CC7642: hue angle of 22.61º 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 #CC7642 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 66 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.2 |
| HSL | 22.61º | 0.58% | 0.53% | - |
| HSV(B) | 22.61º | 0.68% | 0.8% | - |
| XYZ | 32.36 | 26.19 | 8.5 | - |
| YUV | 137.79 | 87.49 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 66 | 0 | 0.42 | 0.68 | 0.2 | 22.61 | 0.58 | 0.53 |
| Hex | CC | 76 | 42 | 0 | 2A | 44 | 14 | 17 | 3A | 35 |
| Octal | 314 | 166 | 102 | 0 | 52 | 104 | 24 | 27 | 72 | 65 |
| Binary | 11001100 | 1110110 | 1000010 | 0 | 101010 | 1000100 | 10100 | 10111 | 111010 | 110101 |
Color Harmonies of #CC7642
Complementary color
Monochromatic Colors of #CC7642
Black with #CC7642
Text Example
Text Example
White with #CC7642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7642; }
p { color: rgb(204,118,66); }
H1.HeaderClassName
{
color: #CC7642;
}
.AnyTagClassName
{
color: #CC7642;
}
</style>
background-color css
<style>
a { background-color: #CC7642; }
a { background-color: rgb(204,118,66); }
div.DivClassName
{
background-color: #CC7642;
}
.BgClassName
{
background-color: #CC7642;
}
</style>
border-color css
<style>
span { border-color: #CC7642; }
span { border-color: rgb(204,118,66); }
td.TdClassName
{
border-color: #CC7642;
}
.TagClassName
{
border-color: #CC7642;
}
</style>