Shades of Japonica #CC7160
Tints of Japonica #CC7160
RGB
CMYK
RGB Variations
Color information
#CC7160 (or 0xCC7160) is known color: Japonica. HEX triplet: CC, 71 and 60. RGB value is (204,113,96). Sum of RGB (Red+Green+Blue) = 204+113+96=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7160 is #338E9F. Grayscale: #8A8A8A. Windows color (decimal): -3378848 or 6320588. OLE color: 6320588.
HSL color Cylindrical-coordinate representation of color #CC7160: hue angle of 9.44º 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 #CC7160 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 96 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.2 |
| HSL | 9.44º | 0.51% | 0.59% | - |
| HSV(B) | 9.44º | 0.53% | 0.8% | - |
| XYZ | 32.92 | 25.49 | 14.25 | - |
| YUV | 138.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 96 | 0 | 0.45 | 0.53 | 0.2 | 9.44 | 0.51 | 0.59 |
| Hex | CC | 71 | 60 | 0 | 2D | 35 | 14 | 9 | 33 | 3B |
| Octal | 314 | 161 | 140 | 0 | 55 | 65 | 24 | 11 | 63 | 73 |
| Binary | 11001100 | 1110001 | 1100000 | 0 | 101101 | 110101 | 10100 | 1001 | 110011 | 111011 |
Color Harmonies of #CC7160
Complementary color
Monochromatic Colors of #CC7160
Black with #CC7160
Text Example
Text Example
White with #CC7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7160; }
p { color: rgb(204,113,96); }
H1.HeaderClassName
{
color: #CC7160;
}
.AnyTagClassName
{
color: #CC7160;
}
</style>
background-color css
<style>
a { background-color: #CC7160; }
a { background-color: rgb(204,113,96); }
div.DivClassName
{
background-color: #CC7160;
}
.BgClassName
{
background-color: #CC7160;
}
</style>
border-color css
<style>
span { border-color: #CC7160; }
span { border-color: rgb(204,113,96); }
td.TdClassName
{
border-color: #CC7160;
}
.TagClassName
{
border-color: #CC7160;
}
</style>