Shades of Japonica #CC7363
Tints of Japonica #CC7363
RGB
CMYK
RGB Variations
Color information
#CC7363 (or 0xCC7363) is known color: Japonica. HEX triplet: CC, 73 and 63. RGB value is (204,115,99). Sum of RGB (Red+Green+Blue) = 204+115+99=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7363 is #338C9C. Grayscale: #8B8B8B. Windows color (decimal): -3378333 or 6517708. OLE color: 6517708.
HSL color Cylindrical-coordinate representation of color #CC7363: hue angle of 9.14º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC7363 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 99 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.2 |
| HSL | 9.14º | 0.51% | 0.59% | - |
| HSV(B) | 9.14º | 0.51% | 0.8% | - |
| XYZ | 33.28 | 26 | 15.07 | - |
| YUV | 139.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 99 | 0 | 0.44 | 0.51 | 0.2 | 9.14 | 0.51 | 0.59 |
| Hex | CC | 73 | 63 | 0 | 2C | 33 | 14 | 9 | 33 | 3B |
| Octal | 314 | 163 | 143 | 0 | 54 | 63 | 24 | 11 | 63 | 73 |
| Binary | 11001100 | 1110011 | 1100011 | 0 | 101100 | 110011 | 10100 | 1001 | 110011 | 111011 |
Color Harmonies of #CC7363
Complementary color
Monochromatic Colors of #CC7363
Black with #CC7363
Text Example
Text Example
White with #CC7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7363; }
p { color: rgb(204,115,99); }
H1.HeaderClassName
{
color: #CC7363;
}
.AnyTagClassName
{
color: #CC7363;
}
</style>
background-color css
<style>
a { background-color: #CC7363; }
a { background-color: rgb(204,115,99); }
div.DivClassName
{
background-color: #CC7363;
}
.BgClassName
{
background-color: #CC7363;
}
</style>
border-color css
<style>
span { border-color: #CC7363; }
span { border-color: rgb(204,115,99); }
td.TdClassName
{
border-color: #CC7363;
}
.TagClassName
{
border-color: #CC7363;
}
</style>