Shades of Japonica #CC7360
Tints of Japonica #CC7360
RGB
CMYK
RGB Variations
Color information
#CC7360 (or 0xCC7360) is known color: Japonica. HEX triplet: CC, 73 and 60. RGB value is (204,115,96). Sum of RGB (Red+Green+Blue) = 204+115+96=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7360 is #338C9F. Grayscale: #8B8B8B. Windows color (decimal): -3378336 or 6321100. OLE color: 6321100.
HSL color Cylindrical-coordinate representation of color #CC7360: hue angle of 10.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC7360 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 96 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.2 |
| HSL | 10.56º | 0.51% | 0.59% | - |
| HSV(B) | 10.56º | 0.53% | 0.8% | - |
| XYZ | 33.14 | 25.94 | 14.33 | - |
| YUV | 139.45 | 103.49 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 96 | 0 | 0.44 | 0.53 | 0.2 | 10.56 | 0.51 | 0.59 |
| Hex | CC | 73 | 60 | 0 | 2C | 35 | 14 | B | 33 | 3B |
| Octal | 314 | 163 | 140 | 0 | 54 | 65 | 24 | 13 | 63 | 73 |
| Binary | 11001100 | 1110011 | 1100000 | 0 | 101100 | 110101 | 10100 | 1011 | 110011 | 111011 |
Color Harmonies of #CC7360
Complementary color
Monochromatic Colors of #CC7360
Black with #CC7360
Text Example
Text Example
White with #CC7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7360; }
p { color: rgb(204,115,96); }
H1.HeaderClassName
{
color: #CC7360;
}
.AnyTagClassName
{
color: #CC7360;
}
</style>
background-color css
<style>
a { background-color: #CC7360; }
a { background-color: rgb(204,115,96); }
div.DivClassName
{
background-color: #CC7360;
}
.BgClassName
{
background-color: #CC7360;
}
</style>
border-color css
<style>
span { border-color: #CC7360; }
span { border-color: rgb(204,115,96); }
td.TdClassName
{
border-color: #CC7360;
}
.TagClassName
{
border-color: #CC7360;
}
</style>