Shades of Japonica #CC7562
Tints of Japonica #CC7562
RGB
CMYK
RGB Variations
Color information
#CC7562 (or 0xCC7562) is known color: Japonica. HEX triplet: CC, 75 and 62. RGB value is (204,117,98). Sum of RGB (Red+Green+Blue) = 204+117+98=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7562 is #338A9D. Grayscale: #8D8D8D. Windows color (decimal): -3377822 or 6452684. OLE color: 6452684.
HSL color Cylindrical-coordinate representation of color #CC7562: hue angle of 10.75º 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 #CC7562 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 98 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.2 |
| HSL | 10.75º | 0.51% | 0.59% | - |
| HSV(B) | 10.75º | 0.52% | 0.8% | - |
| XYZ | 33.47 | 26.44 | 14.9 | - |
| YUV | 140.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 98 | 0 | 0.43 | 0.52 | 0.2 | 10.75 | 0.51 | 0.59 |
| Hex | CC | 75 | 62 | 0 | 2B | 34 | 14 | B | 33 | 3B |
| Octal | 314 | 165 | 142 | 0 | 53 | 64 | 24 | 13 | 63 | 73 |
| Binary | 11001100 | 1110101 | 1100010 | 0 | 101011 | 110100 | 10100 | 1011 | 110011 | 111011 |
Color Harmonies of #CC7562
Complementary color
Monochromatic Colors of #CC7562
Black with #CC7562
Text Example
Text Example
White with #CC7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7562; }
p { color: rgb(204,117,98); }
H1.HeaderClassName
{
color: #CC7562;
}
.AnyTagClassName
{
color: #CC7562;
}
</style>
background-color css
<style>
a { background-color: #CC7562; }
a { background-color: rgb(204,117,98); }
div.DivClassName
{
background-color: #CC7562;
}
.BgClassName
{
background-color: #CC7562;
}
</style>
border-color css
<style>
span { border-color: #CC7562; }
span { border-color: rgb(204,117,98); }
td.TdClassName
{
border-color: #CC7562;
}
.TagClassName
{
border-color: #CC7562;
}
</style>