Shades of Japonica #CC7A60
Tints of Japonica #CC7A60
RGB
CMYK
RGB Variations
Color information
#CC7A60 (or 0xCC7A60) is known color: Japonica. HEX triplet: CC, 7A and 60. RGB value is (204,122,96). Sum of RGB (Red+Green+Blue) = 204+122+96=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A60 is #33859F. Grayscale: #8F8F8F. Windows color (decimal): -3376544 or 6322892. OLE color: 6322892.
HSL color Cylindrical-coordinate representation of color #CC7A60: hue angle of 14.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC7A60 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 96 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.2 |
| HSL | 14.44º | 0.51% | 0.59% | - |
| HSV(B) | 14.44º | 0.53% | 0.8% | - |
| XYZ | 33.97 | 27.6 | 14.6 | - |
| YUV | 143.55 | 101.17 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 96 | 0 | 0.40 | 0.53 | 0.2 | 14.44 | 0.51 | 0.59 |
| Hex | CC | 7A | 60 | 0 | 28 | 35 | 14 | E | 33 | 3B |
| Octal | 314 | 172 | 140 | 0 | 50 | 65 | 24 | 16 | 63 | 73 |
| Binary | 11001100 | 1111010 | 1100000 | 0 | 101000 | 110101 | 10100 | 1110 | 110011 | 111011 |
Color Harmonies of #CC7A60
Complementary color
Monochromatic Colors of #CC7A60
Black with #CC7A60
Text Example
Text Example
White with #CC7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A60; }
p { color: rgb(204,122,96); }
H1.HeaderClassName
{
color: #CC7A60;
}
.AnyTagClassName
{
color: #CC7A60;
}
</style>
background-color css
<style>
a { background-color: #CC7A60; }
a { background-color: rgb(204,122,96); }
div.DivClassName
{
background-color: #CC7A60;
}
.BgClassName
{
background-color: #CC7A60;
}
</style>
border-color css
<style>
span { border-color: #CC7A60; }
span { border-color: rgb(204,122,96); }
td.TdClassName
{
border-color: #CC7A60;
}
.TagClassName
{
border-color: #CC7A60;
}
</style>