Shades of Raw Sienna #CC7D43
Tints of Raw Sienna #CC7D43
RGB
CMYK
RGB Variations
Color information
#CC7D43 (or 0xCC7D43) is known color: Raw Sienna. HEX triplet: CC, 7D and 43. RGB value is (204,125,67). Sum of RGB (Red+Green+Blue) = 204+125+67=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D43 is #3382BC. Grayscale: #8E8E8E. Windows color (decimal): -3375805 or 4423116. OLE color: 4423116.
HSL color Cylindrical-coordinate representation of color #CC7D43: hue angle of 25.4º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC7D43 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 125 | 67 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.2 |
| HSL | 25.4º | 0.57% | 0.53% | - |
| HSV(B) | 25.4º | 0.67% | 0.8% | - |
| XYZ | 33.25 | 27.91 | 8.94 | - |
| YUV | 142.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 125 | 67 | 0 | 0.39 | 0.67 | 0.2 | 25.4 | 0.57 | 0.53 |
| Hex | CC | 7D | 43 | 0 | 27 | 43 | 14 | 19 | 39 | 35 |
| Octal | 314 | 175 | 103 | 0 | 47 | 103 | 24 | 31 | 71 | 65 |
| Binary | 11001100 | 1111101 | 1000011 | 0 | 100111 | 1000011 | 10100 | 11001 | 111001 | 110101 |
Color Harmonies of #CC7D43
Complementary color
Monochromatic Colors of #CC7D43
Black with #CC7D43
Text Example
Text Example
White with #CC7D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7D43; }
p { color: rgb(204,125,67); }
H1.HeaderClassName
{
color: #CC7D43;
}
.AnyTagClassName
{
color: #CC7D43;
}
</style>
background-color css
<style>
a { background-color: #CC7D43; }
a { background-color: rgb(204,125,67); }
div.DivClassName
{
background-color: #CC7D43;
}
.BgClassName
{
background-color: #CC7D43;
}
</style>
border-color css
<style>
span { border-color: #CC7D43; }
span { border-color: rgb(204,125,67); }
td.TdClassName
{
border-color: #CC7D43;
}
.TagClassName
{
border-color: #CC7D43;
}
</style>