Shades of Japonica #CC715B
Tints of Japonica #CC715B
RGB
CMYK
RGB Variations
Color information
#CC715B (or 0xCC715B) is known color: Japonica. HEX triplet: CC, 71 and 5B. RGB value is (204,113,91). Sum of RGB (Red+Green+Blue) = 204+113+91=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC715B is #338EA4. Grayscale: #898989. Windows color (decimal): -3378853 or 5992908. OLE color: 5992908.
HSL color Cylindrical-coordinate representation of color #CC715B: hue angle of 11.68º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC715B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 91 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.2 |
| HSL | 11.68º | 0.53% | 0.58% | - |
| HSV(B) | 11.68º | 0.55% | 0.8% | - |
| XYZ | 32.7 | 25.4 | 13.08 | - |
| YUV | 137.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 91 | 0 | 0.45 | 0.55 | 0.2 | 11.68 | 0.53 | 0.58 |
| Hex | CC | 71 | 5B | 0 | 2D | 37 | 14 | C | 35 | 3A |
| Octal | 314 | 161 | 133 | 0 | 55 | 67 | 24 | 14 | 65 | 72 |
| Binary | 11001100 | 1110001 | 1011011 | 0 | 101101 | 110111 | 10100 | 1100 | 110101 | 111010 |
Color Harmonies of #CC715B
Complementary color
Monochromatic Colors of #CC715B
Black with #CC715B
Text Example
Text Example
White with #CC715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC715B; }
p { color: rgb(204,113,91); }
H1.HeaderClassName
{
color: #CC715B;
}
.AnyTagClassName
{
color: #CC715B;
}
</style>
background-color css
<style>
a { background-color: #CC715B; }
a { background-color: rgb(204,113,91); }
div.DivClassName
{
background-color: #CC715B;
}
.BgClassName
{
background-color: #CC715B;
}
</style>
border-color css
<style>
span { border-color: #CC715B; }
span { border-color: rgb(204,113,91); }
td.TdClassName
{
border-color: #CC715B;
}
.TagClassName
{
border-color: #CC715B;
}
</style>