Shades of Japonica #CC7C56
Tints of Japonica #CC7C56
RGB
CMYK
RGB Variations
Color information
#CC7C56 (or 0xCC7C56) is known color: Japonica. HEX triplet: CC, 7C and 56. RGB value is (204,124,86). Sum of RGB (Red+Green+Blue) = 204+124+86=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C56 is #3383A9. Grayscale: #8F8F8F. Windows color (decimal): -3376042 or 5668044. OLE color: 5668044.
HSL color Cylindrical-coordinate representation of color #CC7C56: hue angle of 19.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7C56 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 86 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.2 |
| HSL | 19.32º | 0.54% | 0.57% | - |
| HSV(B) | 19.32º | 0.58% | 0.8% | - |
| XYZ | 33.79 | 27.92 | 12.41 | - |
| YUV | 143.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 86 | 0 | 0.39 | 0.58 | 0.2 | 19.32 | 0.54 | 0.57 |
| Hex | CC | 7C | 56 | 0 | 27 | 3A | 14 | 13 | 36 | 39 |
| Octal | 314 | 174 | 126 | 0 | 47 | 72 | 24 | 23 | 66 | 71 |
| Binary | 11001100 | 1111100 | 1010110 | 0 | 100111 | 111010 | 10100 | 10011 | 110110 | 111001 |
Color Harmonies of #CC7C56
Complementary color
Monochromatic Colors of #CC7C56
Black with #CC7C56
Text Example
Text Example
White with #CC7C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C56; }
p { color: rgb(204,124,86); }
H1.HeaderClassName
{
color: #CC7C56;
}
.AnyTagClassName
{
color: #CC7C56;
}
</style>
background-color css
<style>
a { background-color: #CC7C56; }
a { background-color: rgb(204,124,86); }
div.DivClassName
{
background-color: #CC7C56;
}
.BgClassName
{
background-color: #CC7C56;
}
</style>
border-color css
<style>
span { border-color: #CC7C56; }
span { border-color: rgb(204,124,86); }
td.TdClassName
{
border-color: #CC7C56;
}
.TagClassName
{
border-color: #CC7C56;
}
</style>