Shades of Japonica #CC7555
Tints of Japonica #CC7555
RGB
CMYK
RGB Variations
Color information
#CC7555 (or 0xCC7555) is known color: Japonica. HEX triplet: CC, 75 and 55. RGB value is (204,117,85). Sum of RGB (Red+Green+Blue) = 204+117+85=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7555 is #338AAA. Grayscale: #8B8B8B. Windows color (decimal): -3377835 or 5600716. OLE color: 5600716.
HSL color Cylindrical-coordinate representation of color #CC7555: hue angle of 16.13º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7555 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 85 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.2 |
| HSL | 16.13º | 0.54% | 0.57% | - |
| HSV(B) | 16.13º | 0.58% | 0.8% | - |
| XYZ | 32.9 | 26.22 | 11.92 | - |
| YUV | 139.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 85 | 0 | 0.43 | 0.58 | 0.2 | 16.13 | 0.54 | 0.57 |
| Hex | CC | 75 | 55 | 0 | 2B | 3A | 14 | 10 | 36 | 39 |
| Octal | 314 | 165 | 125 | 0 | 53 | 72 | 24 | 20 | 66 | 71 |
| Binary | 11001100 | 1110101 | 1010101 | 0 | 101011 | 111010 | 10100 | 10000 | 110110 | 111001 |
Color Harmonies of #CC7555
Complementary color
Monochromatic Colors of #CC7555
Black with #CC7555
Text Example
Text Example
White with #CC7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7555; }
p { color: rgb(204,117,85); }
H1.HeaderClassName
{
color: #CC7555;
}
.AnyTagClassName
{
color: #CC7555;
}
</style>
background-color css
<style>
a { background-color: #CC7555; }
a { background-color: rgb(204,117,85); }
div.DivClassName
{
background-color: #CC7555;
}
.BgClassName
{
background-color: #CC7555;
}
</style>
border-color css
<style>
span { border-color: #CC7555; }
span { border-color: rgb(204,117,85); }
td.TdClassName
{
border-color: #CC7555;
}
.TagClassName
{
border-color: #CC7555;
}
</style>