Shades of Raw Sienna #CC824B
Tints of Raw Sienna #CC824B
RGB
CMYK
RGB Variations
Color information
#CC824B (or 0xCC824B) is known color: Raw Sienna. HEX triplet: CC, 82 and 4B. RGB value is (204,130,75). Sum of RGB (Red+Green+Blue) = 204+130+75=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC824B is #337DB4. Grayscale: #929292. Windows color (decimal): -3374517 or 4948684. OLE color: 4948684.
HSL color Cylindrical-coordinate representation of color #CC824B: hue angle of 25.58º 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 #CC824B is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 75 | - |
| CMYK | 0 | 0.36 | 0.63 | 0.2 |
| HSL | 25.58º | 0.56% | 0.55% | - |
| HSV(B) | 25.58º | 0.63% | 0.8% | - |
| XYZ | 34.15 | 29.31 | 10.51 | - |
| YUV | 145.86 | 88.02 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 75 | 0 | 0.36 | 0.63 | 0.2 | 25.58 | 0.56 | 0.55 |
| Hex | CC | 82 | 4B | 0 | 24 | 3F | 14 | 1A | 38 | 37 |
| Octal | 314 | 202 | 113 | 0 | 44 | 77 | 24 | 32 | 70 | 67 |
| Binary | 11001100 | 10000010 | 1001011 | 0 | 100100 | 111111 | 10100 | 11010 | 111000 | 110111 |
Color Harmonies of #CC824B
Complementary color
Monochromatic Colors of #CC824B
Black with #CC824B
Text Example
Text Example
White with #CC824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC824B; }
p { color: rgb(204,130,75); }
H1.HeaderClassName
{
color: #CC824B;
}
.AnyTagClassName
{
color: #CC824B;
}
</style>
background-color css
<style>
a { background-color: #CC824B; }
a { background-color: rgb(204,130,75); }
div.DivClassName
{
background-color: #CC824B;
}
.BgClassName
{
background-color: #CC824B;
}
</style>
border-color css
<style>
span { border-color: #CC824B; }
span { border-color: rgb(204,130,75); }
td.TdClassName
{
border-color: #CC824B;
}
.TagClassName
{
border-color: #CC824B;
}
</style>