Shades of Japonica #C9725F
Tints of Japonica #C9725F
RGB
CMYK
RGB Variations
Color information
#C9725F (or 0xC9725F) is known color: Japonica. HEX triplet: C9, 72 and 5F. RGB value is (201,114,95). Sum of RGB (Red+Green+Blue) = 201+114+95=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9725F is #368DA0. Grayscale: #8A8A8A. Windows color (decimal): -3575201 or 6255305. OLE color: 6255305.
HSL color Cylindrical-coordinate representation of color #C9725F: hue angle of 10.75º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9725F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 95 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.21 |
| HSL | 10.75º | 0.5% | 0.58% | - |
| HSV(B) | 10.75º | 0.53% | 0.79% | - |
| XYZ | 32.17 | 25.28 | 14.01 | - |
| YUV | 137.85 | 103.82 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 95 | 0 | 0.43 | 0.53 | 0.21 | 10.75 | 0.5 | 0.58 |
| Hex | C9 | 72 | 5F | 0 | 2B | 35 | 15 | B | 32 | 3A |
| Octal | 311 | 162 | 137 | 0 | 53 | 65 | 25 | 13 | 62 | 72 |
| Binary | 11001001 | 1110010 | 1011111 | 0 | 101011 | 110101 | 10101 | 1011 | 110010 | 111010 |
Color Harmonies of #C9725F
Complementary color
Monochromatic Colors of #C9725F
Black with #C9725F
Text Example
Text Example
White with #C9725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9725F; }
p { color: rgb(201,114,95); }
H1.HeaderClassName
{
color: #C9725F;
}
.AnyTagClassName
{
color: #C9725F;
}
</style>
background-color css
<style>
a { background-color: #C9725F; }
a { background-color: rgb(201,114,95); }
div.DivClassName
{
background-color: #C9725F;
}
.BgClassName
{
background-color: #C9725F;
}
</style>
border-color css
<style>
span { border-color: #C9725F; }
span { border-color: rgb(201,114,95); }
td.TdClassName
{
border-color: #C9725F;
}
.TagClassName
{
border-color: #C9725F;
}
</style>