Shades of Japonica #C9735C
Tints of Japonica #C9735C
RGB
CMYK
RGB Variations
Color information
#C9735C (or 0xC9735C) is known color: Japonica. HEX triplet: C9, 73 and 5C. RGB value is (201,115,92). Sum of RGB (Red+Green+Blue) = 201+115+92=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C9735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9735C is #368CA3. Grayscale: #8A8A8A. Windows color (decimal): -3574948 or 6058953. OLE color: 6058953.
HSL color Cylindrical-coordinate representation of color #C9735C: hue angle of 12.66º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9735C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 115 | 92 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.21 |
| HSL | 12.66º | 0.5% | 0.57% | - |
| HSV(B) | 12.66º | 0.54% | 0.79% | - |
| XYZ | 32.15 | 25.45 | 13.34 | - |
| YUV | 138.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 115 | 92 | 0 | 0.43 | 0.54 | 0.21 | 12.66 | 0.5 | 0.57 |
| Hex | C9 | 73 | 5C | 0 | 2B | 36 | 15 | D | 32 | 39 |
| Octal | 311 | 163 | 134 | 0 | 53 | 66 | 25 | 15 | 62 | 71 |
| Binary | 11001001 | 1110011 | 1011100 | 0 | 101011 | 110110 | 10101 | 1101 | 110010 | 111001 |
Color Harmonies of #C9735C
Complementary color
Monochromatic Colors of #C9735C
Black with #C9735C
Text Example
Text Example
White with #C9735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9735C; }
p { color: rgb(201,115,92); }
H1.HeaderClassName
{
color: #C9735C;
}
.AnyTagClassName
{
color: #C9735C;
}
</style>
background-color css
<style>
a { background-color: #C9735C; }
a { background-color: rgb(201,115,92); }
div.DivClassName
{
background-color: #C9735C;
}
.BgClassName
{
background-color: #C9735C;
}
</style>
border-color css
<style>
span { border-color: #C9735C; }
span { border-color: rgb(201,115,92); }
td.TdClassName
{
border-color: #C9735C;
}
.TagClassName
{
border-color: #C9735C;
}
</style>