Shades of Japonica #CC725F
Tints of Japonica #CC725F
RGB
CMYK
RGB Variations
Color information
#CC725F (or 0xCC725F) is known color: Japonica. HEX triplet: CC, 72 and 5F. RGB value is (204,114,95). Sum of RGB (Red+Green+Blue) = 204+114+95=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725F is #338DA0. Grayscale: #8A8A8A. Windows color (decimal): -3378593 or 6255308. OLE color: 6255308.
HSL color Cylindrical-coordinate representation of color #CC725F: hue angle of 10.46º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC725F is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 95 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.2 |
| HSL | 10.46º | 0.52% | 0.59% | - |
| HSV(B) | 10.46º | 0.53% | 0.8% | - |
| XYZ | 32.98 | 25.7 | 14.05 | - |
| YUV | 138.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 95 | 0 | 0.44 | 0.53 | 0.2 | 10.46 | 0.52 | 0.59 |
| Hex | CC | 72 | 5F | 0 | 2C | 35 | 14 | A | 34 | 3B |
| Octal | 314 | 162 | 137 | 0 | 54 | 65 | 24 | 12 | 64 | 73 |
| Binary | 11001100 | 1110010 | 1011111 | 0 | 101100 | 110101 | 10100 | 1010 | 110100 | 111011 |
Color Harmonies of #CC725F
Complementary color
Monochromatic Colors of #CC725F
Black with #CC725F
Text Example
Text Example
White with #CC725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC725F; }
p { color: rgb(204,114,95); }
H1.HeaderClassName
{
color: #CC725F;
}
.AnyTagClassName
{
color: #CC725F;
}
</style>
background-color css
<style>
a { background-color: #CC725F; }
a { background-color: rgb(204,114,95); }
div.DivClassName
{
background-color: #CC725F;
}
.BgClassName
{
background-color: #CC725F;
}
</style>
border-color css
<style>
span { border-color: #CC725F; }
span { border-color: rgb(204,114,95); }
td.TdClassName
{
border-color: #CC725F;
}
.TagClassName
{
border-color: #CC725F;
}
</style>