Shades of Japonica #CC715C
Tints of Japonica #CC715C
RGB
CMYK
RGB Variations
Color information
#CC715C (or 0xCC715C) is known color: Japonica. HEX triplet: CC, 71 and 5C. RGB value is (204,113,92). Sum of RGB (Red+Green+Blue) = 204+113+92=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC715C is #338EA3. Grayscale: #898989. Windows color (decimal): -3378852 or 6058444. OLE color: 6058444.
HSL color Cylindrical-coordinate representation of color #CC715C: hue angle of 11.25º degrees, saturation: 0.52, 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 #CC715C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 92 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.2 |
| HSL | 11.25º | 0.52% | 0.58% | - |
| HSV(B) | 11.25º | 0.55% | 0.8% | - |
| XYZ | 32.74 | 25.42 | 13.31 | - |
| YUV | 137.82 | 102.15 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 92 | 0 | 0.45 | 0.55 | 0.2 | 11.25 | 0.52 | 0.58 |
| Hex | CC | 71 | 5C | 0 | 2D | 37 | 14 | B | 34 | 3A |
| Octal | 314 | 161 | 134 | 0 | 55 | 67 | 24 | 13 | 64 | 72 |
| Binary | 11001100 | 1110001 | 1011100 | 0 | 101101 | 110111 | 10100 | 1011 | 110100 | 111010 |
Color Harmonies of #CC715C
Complementary color
Monochromatic Colors of #CC715C
Black with #CC715C
Text Example
Text Example
White with #CC715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC715C; }
p { color: rgb(204,113,92); }
H1.HeaderClassName
{
color: #CC715C;
}
.AnyTagClassName
{
color: #CC715C;
}
</style>
background-color css
<style>
a { background-color: #CC715C; }
a { background-color: rgb(204,113,92); }
div.DivClassName
{
background-color: #CC715C;
}
.BgClassName
{
background-color: #CC715C;
}
</style>
border-color css
<style>
span { border-color: #CC715C; }
span { border-color: rgb(204,113,92); }
td.TdClassName
{
border-color: #CC715C;
}
.TagClassName
{
border-color: #CC715C;
}
</style>