Shades of Japonica #CC7665
Tints of Japonica #CC7665
RGB
CMYK
RGB Variations
Color information
#CC7665 (or 0xCC7665) is known color: Japonica. HEX triplet: CC, 76 and 65. RGB value is (204,118,101). Sum of RGB (Red+Green+Blue) = 204+118+101=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7665 is #33899A. Grayscale: #8D8D8D. Windows color (decimal): -3377563 or 6649548. OLE color: 6649548.
HSL color Cylindrical-coordinate representation of color #CC7665: hue angle of 9.9º 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 #CC7665 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 101 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.2 |
| HSL | 9.9º | 0.5% | 0.6% | - |
| HSV(B) | 9.9º | 0.5% | 0.8% | - |
| XYZ | 33.73 | 26.73 | 15.69 | - |
| YUV | 141.78 | 104.99 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 101 | 0 | 0.42 | 0.50 | 0.2 | 9.9 | 0.5 | 0.6 |
| Hex | CC | 76 | 65 | 0 | 2A | 32 | 14 | A | 32 | 3C |
| Octal | 314 | 166 | 145 | 0 | 52 | 62 | 24 | 12 | 62 | 74 |
| Binary | 11001100 | 1110110 | 1100101 | 0 | 101010 | 110010 | 10100 | 1010 | 110010 | 111100 |
Color Harmonies of #CC7665
Complementary color
Monochromatic Colors of #CC7665
Black with #CC7665
Text Example
Text Example
White with #CC7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7665; }
p { color: rgb(204,118,101); }
H1.HeaderClassName
{
color: #CC7665;
}
.AnyTagClassName
{
color: #CC7665;
}
</style>
background-color css
<style>
a { background-color: #CC7665; }
a { background-color: rgb(204,118,101); }
div.DivClassName
{
background-color: #CC7665;
}
.BgClassName
{
background-color: #CC7665;
}
</style>
border-color css
<style>
span { border-color: #CC7665; }
span { border-color: rgb(204,118,101); }
td.TdClassName
{
border-color: #CC7665;
}
.TagClassName
{
border-color: #CC7665;
}
</style>