Shades of Raw Sienna #CC7B4B
Tints of Raw Sienna #CC7B4B
RGB
CMYK
RGB Variations
Color information
#CC7B4B (or 0xCC7B4B) is known color: Raw Sienna. HEX triplet: CC, 7B and 4B. RGB value is (204,123,75). Sum of RGB (Red+Green+Blue) = 204+123+75=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7B4B is #3384B4. Grayscale: #8E8E8E. Windows color (decimal): -3376309 or 4946892. OLE color: 4946892.
HSL color Cylindrical-coordinate representation of color #CC7B4B: hue angle of 22.33º 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 #CC7B4B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 123 | 75 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.2 |
| HSL | 22.33º | 0.56% | 0.55% | - |
| HSV(B) | 22.33º | 0.63% | 0.8% | - |
| XYZ | 33.25 | 27.51 | 10.21 | - |
| YUV | 141.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 123 | 75 | 0 | 0.40 | 0.63 | 0.2 | 22.33 | 0.56 | 0.55 |
| Hex | CC | 7B | 4B | 0 | 28 | 3F | 14 | 16 | 38 | 37 |
| Octal | 314 | 173 | 113 | 0 | 50 | 77 | 24 | 26 | 70 | 67 |
| Binary | 11001100 | 1111011 | 1001011 | 0 | 101000 | 111111 | 10100 | 10110 | 111000 | 110111 |
Color Harmonies of #CC7B4B
Complementary color
Monochromatic Colors of #CC7B4B
Black with #CC7B4B
Text Example
Text Example
White with #CC7B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7B4B; }
p { color: rgb(204,123,75); }
H1.HeaderClassName
{
color: #CC7B4B;
}
.AnyTagClassName
{
color: #CC7B4B;
}
</style>
background-color css
<style>
a { background-color: #CC7B4B; }
a { background-color: rgb(204,123,75); }
div.DivClassName
{
background-color: #CC7B4B;
}
.BgClassName
{
background-color: #CC7B4B;
}
</style>
border-color css
<style>
span { border-color: #CC7B4B; }
span { border-color: rgb(204,123,75); }
td.TdClassName
{
border-color: #CC7B4B;
}
.TagClassName
{
border-color: #CC7B4B;
}
</style>