Shades of Japonica #CC715D
Tints of Japonica #CC715D
RGB
CMYK
RGB Variations
Color information
#CC715D (or 0xCC715D) is known color: Japonica. HEX triplet: CC, 71 and 5D. RGB value is (204,113,93). Sum of RGB (Red+Green+Blue) = 204+113+93=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC715D is #338EA2. Grayscale: #8A8A8A. Windows color (decimal): -3378851 or 6123980. OLE color: 6123980.
HSL color Cylindrical-coordinate representation of color #CC715D: hue angle of 10.81º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC715D is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 93 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.2 |
| HSL | 10.81º | 0.52% | 0.58% | - |
| HSV(B) | 10.81º | 0.54% | 0.8% | - |
| XYZ | 32.78 | 25.44 | 13.54 | - |
| YUV | 137.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 93 | 0 | 0.45 | 0.54 | 0.2 | 10.81 | 0.52 | 0.58 |
| Hex | CC | 71 | 5D | 0 | 2D | 36 | 14 | B | 34 | 3A |
| Octal | 314 | 161 | 135 | 0 | 55 | 66 | 24 | 13 | 64 | 72 |
| Binary | 11001100 | 1110001 | 1011101 | 0 | 101101 | 110110 | 10100 | 1011 | 110100 | 111010 |
Color Harmonies of #CC715D
Complementary color
Monochromatic Colors of #CC715D
Black with #CC715D
Text Example
Text Example
White with #CC715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC715D; }
p { color: rgb(204,113,93); }
H1.HeaderClassName
{
color: #CC715D;
}
.AnyTagClassName
{
color: #CC715D;
}
</style>
background-color css
<style>
a { background-color: #CC715D; }
a { background-color: rgb(204,113,93); }
div.DivClassName
{
background-color: #CC715D;
}
.BgClassName
{
background-color: #CC715D;
}
</style>
border-color css
<style>
span { border-color: #CC715D; }
span { border-color: rgb(204,113,93); }
td.TdClassName
{
border-color: #CC715D;
}
.TagClassName
{
border-color: #CC715D;
}
</style>