Shades of Raw Sienna #CC7D4B
Tints of Raw Sienna #CC7D4B
RGB
CMYK
RGB Variations
Color information
#CC7D4B (or 0xCC7D4B) is known color: Raw Sienna. HEX triplet: CC, 7D and 4B. RGB value is (204,125,75). Sum of RGB (Red+Green+Blue) = 204+125+75=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D4B is #3382B4. Grayscale: #8F8F8F. Windows color (decimal): -3375797 or 4947404. OLE color: 4947404.
HSL color Cylindrical-coordinate representation of color #CC7D4B: hue angle of 23.26º 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 #CC7D4B is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 75 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.2 |
| HSL | 23.26º | 0.56% | 0.55% | - |
| HSV(B) | 23.26º | 0.63% | 0.8% | - |
| XYZ | 33.51 | 28.01 | 10.3 | - |
| YUV | 142.92 | 89.67 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 75 | 0 | 0.39 | 0.63 | 0.2 | 23.26 | 0.56 | 0.55 |
| Hex | CC | 7D | 4B | 0 | 27 | 3F | 14 | 17 | 38 | 37 |
| Octal | 314 | 175 | 113 | 0 | 47 | 77 | 24 | 27 | 70 | 67 |
| Binary | 11001100 | 1111101 | 1001011 | 0 | 100111 | 111111 | 10100 | 10111 | 111000 | 110111 |
Color Harmonies of #CC7D4B
Complementary color
Monochromatic Colors of #CC7D4B
Black with #CC7D4B
Text Example
Text Example
White with #CC7D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D4B; }
p { color: rgb(204,125,75); }
H1.HeaderClassName
{
color: #CC7D4B;
}
.AnyTagClassName
{
color: #CC7D4B;
}
</style>
background-color css
<style>
a { background-color: #CC7D4B; }
a { background-color: rgb(204,125,75); }
div.DivClassName
{
background-color: #CC7D4B;
}
.BgClassName
{
background-color: #CC7D4B;
}
</style>
border-color css
<style>
span { border-color: #CC7D4B; }
span { border-color: rgb(204,125,75); }
td.TdClassName
{
border-color: #CC7D4B;
}
.TagClassName
{
border-color: #CC7D4B;
}
</style>