Shades of Japonica #C9745D
Tints of Japonica #C9745D
RGB
CMYK
RGB Variations
Color information
#C9745D (or 0xC9745D) is known color: Japonica. HEX triplet: C9, 74 and 5D. RGB value is (201,116,93). Sum of RGB (Red+Green+Blue) = 201+116+93=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C9745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9745D is #368BA2. Grayscale: #8A8A8A. Windows color (decimal): -3574691 or 6124745. OLE color: 6124745.
HSL color Cylindrical-coordinate representation of color #C9745D: hue angle of 12.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9745D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 116 | 93 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.21 |
| HSL | 12.78º | 0.5% | 0.58% | - |
| HSV(B) | 12.78º | 0.54% | 0.79% | - |
| XYZ | 32.31 | 25.7 | 13.61 | - |
| YUV | 138.79 | 102.16 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 93 | 0 | 0.42 | 0.54 | 0.21 | 12.78 | 0.5 | 0.58 |
| Hex | C9 | 74 | 5D | 0 | 2A | 36 | 15 | D | 32 | 3A |
| Octal | 311 | 164 | 135 | 0 | 52 | 66 | 25 | 15 | 62 | 72 |
| Binary | 11001001 | 1110100 | 1011101 | 0 | 101010 | 110110 | 10101 | 1101 | 110010 | 111010 |
Color Harmonies of #C9745D
Complementary color
Monochromatic Colors of #C9745D
Black with #C9745D
Text Example
Text Example
White with #C9745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9745D; }
p { color: rgb(201,116,93); }
H1.HeaderClassName
{
color: #C9745D;
}
.AnyTagClassName
{
color: #C9745D;
}
</style>
background-color css
<style>
a { background-color: #C9745D; }
a { background-color: rgb(201,116,93); }
div.DivClassName
{
background-color: #C9745D;
}
.BgClassName
{
background-color: #C9745D;
}
</style>
border-color css
<style>
span { border-color: #C9745D; }
span { border-color: rgb(201,116,93); }
td.TdClassName
{
border-color: #C9745D;
}
.TagClassName
{
border-color: #C9745D;
}
</style>