Shades of Japonica #CC725B
Tints of Japonica #CC725B
RGB
CMYK
RGB Variations
Color information
#CC725B (or 0xCC725B) is known color: Japonica. HEX triplet: CC, 72 and 5B. RGB value is (204,114,91). Sum of RGB (Red+Green+Blue) = 204+114+91=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC725B is #338DA4. Grayscale: #8A8A8A. Windows color (decimal): -3378597 or 5993164. OLE color: 5993164.
HSL color Cylindrical-coordinate representation of color #CC725B: hue angle of 12.21º 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 #CC725B is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 91 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.2 |
| HSL | 12.21º | 0.53% | 0.58% | - |
| HSV(B) | 12.21º | 0.55% | 0.8% | - |
| XYZ | 32.81 | 25.63 | 13.11 | - |
| YUV | 138.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 91 | 0 | 0.44 | 0.55 | 0.2 | 12.21 | 0.53 | 0.58 |
| Hex | CC | 72 | 5B | 0 | 2C | 37 | 14 | C | 35 | 3A |
| Octal | 314 | 162 | 133 | 0 | 54 | 67 | 24 | 14 | 65 | 72 |
| Binary | 11001100 | 1110010 | 1011011 | 0 | 101100 | 110111 | 10100 | 1100 | 110101 | 111010 |
Color Harmonies of #CC725B
Complementary color
Monochromatic Colors of #CC725B
Black with #CC725B
Text Example
Text Example
White with #CC725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC725B; }
p { color: rgb(204,114,91); }
H1.HeaderClassName
{
color: #CC725B;
}
.AnyTagClassName
{
color: #CC725B;
}
</style>
background-color css
<style>
a { background-color: #CC725B; }
a { background-color: rgb(204,114,91); }
div.DivClassName
{
background-color: #CC725B;
}
.BgClassName
{
background-color: #CC725B;
}
</style>
border-color css
<style>
span { border-color: #CC725B; }
span { border-color: rgb(204,114,91); }
td.TdClassName
{
border-color: #CC725B;
}
.TagClassName
{
border-color: #CC725B;
}
</style>