Shades of Japonica #CC7353
Tints of Japonica #CC7353
RGB
CMYK
RGB Variations
Color information
#CC7353 (or 0xCC7353) is known color: Japonica. HEX triplet: CC, 73 and 53. RGB value is (204,115,83). Sum of RGB (Red+Green+Blue) = 204+115+83=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7353 is #338CAC. Grayscale: #8A8A8A. Windows color (decimal): -3378349 or 5469132. OLE color: 5469132.
HSL color Cylindrical-coordinate representation of color #CC7353: hue angle of 15.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC7353 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 83 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.2 |
| HSL | 15.87º | 0.54% | 0.56% | - |
| HSV(B) | 15.87º | 0.59% | 0.8% | - |
| XYZ | 32.59 | 25.72 | 11.43 | - |
| YUV | 137.96 | 96.99 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 83 | 0 | 0.44 | 0.59 | 0.2 | 15.87 | 0.54 | 0.56 |
| Hex | CC | 73 | 53 | 0 | 2C | 3B | 14 | 10 | 36 | 38 |
| Octal | 314 | 163 | 123 | 0 | 54 | 73 | 24 | 20 | 66 | 70 |
| Binary | 11001100 | 1110011 | 1010011 | 0 | 101100 | 111011 | 10100 | 10000 | 110110 | 111000 |
Color Harmonies of #CC7353
Complementary color
Monochromatic Colors of #CC7353
Black with #CC7353
Text Example
Text Example
White with #CC7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7353; }
p { color: rgb(204,115,83); }
H1.HeaderClassName
{
color: #CC7353;
}
.AnyTagClassName
{
color: #CC7353;
}
</style>
background-color css
<style>
a { background-color: #CC7353; }
a { background-color: rgb(204,115,83); }
div.DivClassName
{
background-color: #CC7353;
}
.BgClassName
{
background-color: #CC7353;
}
</style>
border-color css
<style>
span { border-color: #CC7353; }
span { border-color: rgb(204,115,83); }
td.TdClassName
{
border-color: #CC7353;
}
.TagClassName
{
border-color: #CC7353;
}
</style>