Shades of Japonica #CC7465
Tints of Japonica #CC7465
RGB
CMYK
RGB Variations
Color information
#CC7465 (or 0xCC7465) is known color: Japonica. HEX triplet: CC, 74 and 65. RGB value is (204,116,101). Sum of RGB (Red+Green+Blue) = 204+116+101=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7465 is #338B9A. Grayscale: #8C8C8C. Windows color (decimal): -3378075 or 6649036. OLE color: 6649036.
HSL color Cylindrical-coordinate representation of color #CC7465: hue angle of 8.74º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7465 is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 101 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.2 |
| HSL | 8.74º | 0.5% | 0.6% | - |
| HSV(B) | 8.74º | 0.5% | 0.8% | - |
| XYZ | 33.5 | 26.27 | 15.62 | - |
| YUV | 140.6 | 105.65 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 101 | 0 | 0.43 | 0.50 | 0.2 | 8.74 | 0.5 | 0.6 |
| Hex | CC | 74 | 65 | 0 | 2B | 32 | 14 | 9 | 32 | 3C |
| Octal | 314 | 164 | 145 | 0 | 53 | 62 | 24 | 11 | 62 | 74 |
| Binary | 11001100 | 1110100 | 1100101 | 0 | 101011 | 110010 | 10100 | 1001 | 110010 | 111100 |
Color Harmonies of #CC7465
Complementary color
Monochromatic Colors of #CC7465
Black with #CC7465
Text Example
Text Example
White with #CC7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7465; }
p { color: rgb(204,116,101); }
H1.HeaderClassName
{
color: #CC7465;
}
.AnyTagClassName
{
color: #CC7465;
}
</style>
background-color css
<style>
a { background-color: #CC7465; }
a { background-color: rgb(204,116,101); }
div.DivClassName
{
background-color: #CC7465;
}
.BgClassName
{
background-color: #CC7465;
}
</style>
border-color css
<style>
span { border-color: #CC7465; }
span { border-color: rgb(204,116,101); }
td.TdClassName
{
border-color: #CC7465;
}
.TagClassName
{
border-color: #CC7465;
}
</style>