Shades of Japonica #CC7356
Tints of Japonica #CC7356
RGB
CMYK
RGB Variations
Color information
#CC7356 (or 0xCC7356) is known color: Japonica. HEX triplet: CC, 73 and 56. RGB value is (204,115,86). Sum of RGB (Red+Green+Blue) = 204+115+86=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7356 is #338CA9. Grayscale: #8A8A8A. Windows color (decimal): -3378346 or 5665740. OLE color: 5665740.
HSL color Cylindrical-coordinate representation of color #CC7356: hue angle of 14.75º 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 #CC7356 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 86 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.2 |
| HSL | 14.75º | 0.54% | 0.57% | - |
| HSV(B) | 14.75º | 0.58% | 0.8% | - |
| XYZ | 32.71 | 25.77 | 12.05 | - |
| YUV | 138.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 86 | 0 | 0.44 | 0.58 | 0.2 | 14.75 | 0.54 | 0.57 |
| Hex | CC | 73 | 56 | 0 | 2C | 3A | 14 | F | 36 | 39 |
| Octal | 314 | 163 | 126 | 0 | 54 | 72 | 24 | 17 | 66 | 71 |
| Binary | 11001100 | 1110011 | 1010110 | 0 | 101100 | 111010 | 10100 | 1111 | 110110 | 111001 |
Color Harmonies of #CC7356
Complementary color
Monochromatic Colors of #CC7356
Black with #CC7356
Text Example
Text Example
White with #CC7356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7356; }
p { color: rgb(204,115,86); }
H1.HeaderClassName
{
color: #CC7356;
}
.AnyTagClassName
{
color: #CC7356;
}
</style>
background-color css
<style>
a { background-color: #CC7356; }
a { background-color: rgb(204,115,86); }
div.DivClassName
{
background-color: #CC7356;
}
.BgClassName
{
background-color: #CC7356;
}
</style>
border-color css
<style>
span { border-color: #CC7356; }
span { border-color: rgb(204,115,86); }
td.TdClassName
{
border-color: #CC7356;
}
.TagClassName
{
border-color: #CC7356;
}
</style>