Shades of Japonica #CC7663
Tints of Japonica #CC7663
RGB
CMYK
RGB Variations
Color information
#CC7663 (or 0xCC7663) is known color: Japonica. HEX triplet: CC, 76 and 63. RGB value is (204,118,99). Sum of RGB (Red+Green+Blue) = 204+118+99=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7663 is #33899C. Grayscale: #8D8D8D. Windows color (decimal): -3377565 or 6518476. OLE color: 6518476.
HSL color Cylindrical-coordinate representation of color #CC7663: hue angle of 10.86º 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 #CC7663 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 99 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.2 |
| HSL | 10.86º | 0.51% | 0.59% | - |
| HSV(B) | 10.86º | 0.51% | 0.8% | - |
| XYZ | 33.63 | 26.7 | 15.18 | - |
| YUV | 141.55 | 103.99 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 99 | 0 | 0.42 | 0.51 | 0.2 | 10.86 | 0.51 | 0.59 |
| Hex | CC | 76 | 63 | 0 | 2A | 33 | 14 | B | 33 | 3B |
| Octal | 314 | 166 | 143 | 0 | 52 | 63 | 24 | 13 | 63 | 73 |
| Binary | 11001100 | 1110110 | 1100011 | 0 | 101010 | 110011 | 10100 | 1011 | 110011 | 111011 |
Color Harmonies of #CC7663
Complementary color
Monochromatic Colors of #CC7663
Black with #CC7663
Text Example
Text Example
White with #CC7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7663; }
p { color: rgb(204,118,99); }
H1.HeaderClassName
{
color: #CC7663;
}
.AnyTagClassName
{
color: #CC7663;
}
</style>
background-color css
<style>
a { background-color: #CC7663; }
a { background-color: rgb(204,118,99); }
div.DivClassName
{
background-color: #CC7663;
}
.BgClassName
{
background-color: #CC7663;
}
</style>
border-color css
<style>
span { border-color: #CC7663; }
span { border-color: rgb(204,118,99); }
td.TdClassName
{
border-color: #CC7663;
}
.TagClassName
{
border-color: #CC7663;
}
</style>