Shades of Japonica #CC7162
Tints of Japonica #CC7162
RGB
CMYK
RGB Variations
Color information
#CC7162 (or 0xCC7162) is known color: Japonica. HEX triplet: CC, 71 and 62. RGB value is (204,113,98). Sum of RGB (Red+Green+Blue) = 204+113+98=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7162 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7162 is #338E9D. Grayscale: #8A8A8A. Windows color (decimal): -3378846 or 6451660. OLE color: 6451660.
HSL color Cylindrical-coordinate representation of color #CC7162: hue angle of 8.49º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7162 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 98 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.2 |
| HSL | 8.49º | 0.51% | 0.59% | - |
| HSV(B) | 8.49º | 0.52% | 0.8% | - |
| XYZ | 33.01 | 25.53 | 14.74 | - |
| YUV | 138.5 | 105.15 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 98 | 0 | 0.45 | 0.52 | 0.2 | 8.49 | 0.51 | 0.59 |
| Hex | CC | 71 | 62 | 0 | 2D | 34 | 14 | 8 | 33 | 3B |
| Octal | 314 | 161 | 142 | 0 | 55 | 64 | 24 | 10 | 63 | 73 |
| Binary | 11001100 | 1110001 | 1100010 | 0 | 101101 | 110100 | 10100 | 1000 | 110011 | 111011 |
Color Harmonies of #CC7162
Complementary color
Monochromatic Colors of #CC7162
Black with #CC7162
Text Example
Text Example
White with #CC7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7162; }
p { color: rgb(204,113,98); }
H1.HeaderClassName
{
color: #CC7162;
}
.AnyTagClassName
{
color: #CC7162;
}
</style>
background-color css
<style>
a { background-color: #CC7162; }
a { background-color: rgb(204,113,98); }
div.DivClassName
{
background-color: #CC7162;
}
.BgClassName
{
background-color: #CC7162;
}
</style>
border-color css
<style>
span { border-color: #CC7162; }
span { border-color: rgb(204,113,98); }
td.TdClassName
{
border-color: #CC7162;
}
.TagClassName
{
border-color: #CC7162;
}
</style>