Shades of Raw Sienna #CC804D
Tints of Raw Sienna #CC804D
RGB
CMYK
RGB Variations
Color information
#CC804D (or 0xCC804D) is known color: Raw Sienna. HEX triplet: CC, 80 and 4D. RGB value is (204,128,77). Sum of RGB (Red+Green+Blue) = 204+128+77=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC804D is #337FB2. Grayscale: #919191. Windows color (decimal): -3375027 or 5079244. OLE color: 5079244.
HSL color Cylindrical-coordinate representation of color #CC804D: hue angle of 24.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC804D is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 77 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.2 |
| HSL | 24.09º | 0.55% | 0.55% | - |
| HSV(B) | 24.09º | 0.62% | 0.8% | - |
| XYZ | 33.96 | 28.81 | 10.79 | - |
| YUV | 144.91 | 89.68 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 77 | 0 | 0.37 | 0.62 | 0.2 | 24.09 | 0.55 | 0.55 |
| Hex | CC | 80 | 4D | 0 | 25 | 3E | 14 | 18 | 37 | 37 |
| Octal | 314 | 200 | 115 | 0 | 45 | 76 | 24 | 30 | 67 | 67 |
| Binary | 11001100 | 10000000 | 1001101 | 0 | 100101 | 111110 | 10100 | 11000 | 110111 | 110111 |
Color Harmonies of #CC804D
Complementary color
Monochromatic Colors of #CC804D
Black with #CC804D
Text Example
Text Example
White with #CC804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC804D; }
p { color: rgb(204,128,77); }
H1.HeaderClassName
{
color: #CC804D;
}
.AnyTagClassName
{
color: #CC804D;
}
</style>
background-color css
<style>
a { background-color: #CC804D; }
a { background-color: rgb(204,128,77); }
div.DivClassName
{
background-color: #CC804D;
}
.BgClassName
{
background-color: #CC804D;
}
</style>
border-color css
<style>
span { border-color: #CC804D; }
span { border-color: rgb(204,128,77); }
td.TdClassName
{
border-color: #CC804D;
}
.TagClassName
{
border-color: #CC804D;
}
</style>