Shades of Japonica #CC7357
Tints of Japonica #CC7357
RGB
CMYK
RGB Variations
Color information
#CC7357 (or 0xCC7357) is known color: Japonica. HEX triplet: CC, 73 and 57. RGB value is (204,115,87). Sum of RGB (Red+Green+Blue) = 204+115+87=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7357 is #338CA8. Grayscale: #8A8A8A. Windows color (decimal): -3378345 or 5731276. OLE color: 5731276.
HSL color Cylindrical-coordinate representation of color #CC7357: hue angle of 14.36º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC7357 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 87 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.2 |
| HSL | 14.36º | 0.53% | 0.57% | - |
| HSV(B) | 14.36º | 0.57% | 0.8% | - |
| XYZ | 32.75 | 25.79 | 12.27 | - |
| YUV | 138.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 87 | 0 | 0.44 | 0.57 | 0.2 | 14.36 | 0.53 | 0.57 |
| Hex | CC | 73 | 57 | 0 | 2C | 39 | 14 | E | 35 | 39 |
| Octal | 314 | 163 | 127 | 0 | 54 | 71 | 24 | 16 | 65 | 71 |
| Binary | 11001100 | 1110011 | 1010111 | 0 | 101100 | 111001 | 10100 | 1110 | 110101 | 111001 |
Color Harmonies of #CC7357
Complementary color
Monochromatic Colors of #CC7357
Black with #CC7357
Text Example
Text Example
White with #CC7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7357; }
p { color: rgb(204,115,87); }
H1.HeaderClassName
{
color: #CC7357;
}
.AnyTagClassName
{
color: #CC7357;
}
</style>
background-color css
<style>
a { background-color: #CC7357; }
a { background-color: rgb(204,115,87); }
div.DivClassName
{
background-color: #CC7357;
}
.BgClassName
{
background-color: #CC7357;
}
</style>
border-color css
<style>
span { border-color: #CC7357; }
span { border-color: rgb(204,115,87); }
td.TdClassName
{
border-color: #CC7357;
}
.TagClassName
{
border-color: #CC7357;
}
</style>