Shades of Japonica #CC715A
Tints of Japonica #CC715A
RGB
CMYK
RGB Variations
Color information
#CC715A (or 0xCC715A) is known color: Japonica. HEX triplet: CC, 71 and 5A. RGB value is (204,113,90). Sum of RGB (Red+Green+Blue) = 204+113+90=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC715A is #338EA5. Grayscale: #898989. Windows color (decimal): -3378854 or 5927372. OLE color: 5927372.
HSL color Cylindrical-coordinate representation of color #CC715A: hue angle of 12.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC715A is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 90 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.2 |
| HSL | 12.11º | 0.53% | 0.58% | - |
| HSV(B) | 12.11º | 0.56% | 0.8% | - |
| XYZ | 32.65 | 25.39 | 12.85 | - |
| YUV | 137.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 90 | 0 | 0.45 | 0.56 | 0.2 | 12.11 | 0.53 | 0.58 |
| Hex | CC | 71 | 5A | 0 | 2D | 38 | 14 | C | 35 | 3A |
| Octal | 314 | 161 | 132 | 0 | 55 | 70 | 24 | 14 | 65 | 72 |
| Binary | 11001100 | 1110001 | 1011010 | 0 | 101101 | 111000 | 10100 | 1100 | 110101 | 111010 |
Color Harmonies of #CC715A
Complementary color
Monochromatic Colors of #CC715A
Black with #CC715A
Text Example
Text Example
White with #CC715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC715A; }
p { color: rgb(204,113,90); }
H1.HeaderClassName
{
color: #CC715A;
}
.AnyTagClassName
{
color: #CC715A;
}
</style>
background-color css
<style>
a { background-color: #CC715A; }
a { background-color: rgb(204,113,90); }
div.DivClassName
{
background-color: #CC715A;
}
.BgClassName
{
background-color: #CC715A;
}
</style>
border-color css
<style>
span { border-color: #CC715A; }
span { border-color: rgb(204,113,90); }
td.TdClassName
{
border-color: #CC715A;
}
.TagClassName
{
border-color: #CC715A;
}
</style>