Shades of Japonica #CC7055
Tints of Japonica #CC7055
RGB
CMYK
RGB Variations
Color information
#CC7055 (or 0xCC7055) is known color: Japonica. HEX triplet: CC, 70 and 55. RGB value is (204,112,85). Sum of RGB (Red+Green+Blue) = 204+112+85=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7055 is #338FAA. Grayscale: #888888. Windows color (decimal): -3379115 or 5599436. OLE color: 5599436.
HSL color Cylindrical-coordinate representation of color #CC7055: hue angle of 13.61º 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 #CC7055 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 85 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.2 |
| HSL | 13.61º | 0.54% | 0.57% | - |
| HSV(B) | 13.61º | 0.58% | 0.8% | - |
| XYZ | 32.34 | 25.08 | 11.73 | - |
| YUV | 136.43 | 98.98 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 85 | 0 | 0.45 | 0.58 | 0.2 | 13.61 | 0.54 | 0.57 |
| Hex | CC | 70 | 55 | 0 | 2D | 3A | 14 | E | 36 | 39 |
| Octal | 314 | 160 | 125 | 0 | 55 | 72 | 24 | 16 | 66 | 71 |
| Binary | 11001100 | 1110000 | 1010101 | 0 | 101101 | 111010 | 10100 | 1110 | 110110 | 111001 |
Color Harmonies of #CC7055
Complementary color
Monochromatic Colors of #CC7055
Black with #CC7055
Text Example
Text Example
White with #CC7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7055; }
p { color: rgb(204,112,85); }
H1.HeaderClassName
{
color: #CC7055;
}
.AnyTagClassName
{
color: #CC7055;
}
</style>
background-color css
<style>
a { background-color: #CC7055; }
a { background-color: rgb(204,112,85); }
div.DivClassName
{
background-color: #CC7055;
}
.BgClassName
{
background-color: #CC7055;
}
</style>
border-color css
<style>
span { border-color: #CC7055; }
span { border-color: rgb(204,112,85); }
td.TdClassName
{
border-color: #CC7055;
}
.TagClassName
{
border-color: #CC7055;
}
</style>