Shades of Japonica #CC7556
Tints of Japonica #CC7556
RGB
CMYK
RGB Variations
Color information
#CC7556 (or 0xCC7556) is known color: Japonica. HEX triplet: CC, 75 and 56. RGB value is (204,117,86). Sum of RGB (Red+Green+Blue) = 204+117+86=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7556 is #338AA9. Grayscale: #8B8B8B. Windows color (decimal): -3377834 or 5666252. OLE color: 5666252.
HSL color Cylindrical-coordinate representation of color #CC7556: hue angle of 15.76º 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 #CC7556 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 86 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.2 |
| HSL | 15.76º | 0.54% | 0.57% | - |
| HSV(B) | 15.76º | 0.58% | 0.8% | - |
| XYZ | 32.94 | 26.23 | 12.13 | - |
| YUV | 139.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 86 | 0 | 0.43 | 0.58 | 0.2 | 15.76 | 0.54 | 0.57 |
| Hex | CC | 75 | 56 | 0 | 2B | 3A | 14 | 10 | 36 | 39 |
| Octal | 314 | 165 | 126 | 0 | 53 | 72 | 24 | 20 | 66 | 71 |
| Binary | 11001100 | 1110101 | 1010110 | 0 | 101011 | 111010 | 10100 | 10000 | 110110 | 111001 |
Color Harmonies of #CC7556
Complementary color
Monochromatic Colors of #CC7556
Black with #CC7556
Text Example
Text Example
White with #CC7556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7556; }
p { color: rgb(204,117,86); }
H1.HeaderClassName
{
color: #CC7556;
}
.AnyTagClassName
{
color: #CC7556;
}
</style>
background-color css
<style>
a { background-color: #CC7556; }
a { background-color: rgb(204,117,86); }
div.DivClassName
{
background-color: #CC7556;
}
.BgClassName
{
background-color: #CC7556;
}
</style>
border-color css
<style>
span { border-color: #CC7556; }
span { border-color: rgb(204,117,86); }
td.TdClassName
{
border-color: #CC7556;
}
.TagClassName
{
border-color: #CC7556;
}
</style>