Shades of Japonica #C9745F
Tints of Japonica #C9745F
RGB
CMYK
RGB Variations
Color information
#C9745F (or 0xC9745F) is known color: Japonica. HEX triplet: C9, 74 and 5F. RGB value is (201,116,95). Sum of RGB (Red+Green+Blue) = 201+116+95=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9745F is #368BA0. Grayscale: #8B8B8B. Windows color (decimal): -3574689 or 6255817. OLE color: 6255817.
HSL color Cylindrical-coordinate representation of color #C9745F: hue angle of 11.89º 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 #C9745F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 95 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.21 |
| HSL | 11.89º | 0.5% | 0.58% | - |
| HSV(B) | 11.89º | 0.53% | 0.79% | - |
| XYZ | 32.4 | 25.73 | 14.09 | - |
| YUV | 139.02 | 103.16 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 95 | 0 | 0.42 | 0.53 | 0.21 | 11.89 | 0.5 | 0.58 |
| Hex | C9 | 74 | 5F | 0 | 2A | 35 | 15 | C | 32 | 3A |
| Octal | 311 | 164 | 137 | 0 | 52 | 65 | 25 | 14 | 62 | 72 |
| Binary | 11001001 | 1110100 | 1011111 | 0 | 101010 | 110101 | 10101 | 1100 | 110010 | 111010 |
Color Harmonies of #C9745F
Complementary color
Monochromatic Colors of #C9745F
Black with #C9745F
Text Example
Text Example
White with #C9745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9745F; }
p { color: rgb(201,116,95); }
H1.HeaderClassName
{
color: #C9745F;
}
.AnyTagClassName
{
color: #C9745F;
}
</style>
background-color css
<style>
a { background-color: #C9745F; }
a { background-color: rgb(201,116,95); }
div.DivClassName
{
background-color: #C9745F;
}
.BgClassName
{
background-color: #C9745F;
}
</style>
border-color css
<style>
span { border-color: #C9745F; }
span { border-color: rgb(201,116,95); }
td.TdClassName
{
border-color: #C9745F;
}
.TagClassName
{
border-color: #C9745F;
}
</style>