Shades of Japonica #C9705A
Tints of Japonica #C9705A
RGB
CMYK
RGB Variations
Color information
#C9705A (or 0xC9705A) is known color: Japonica. HEX triplet: C9, 70 and 5A. RGB value is (201,112,90). Sum of RGB (Red+Green+Blue) = 201+112+90=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C9705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9705A is #368FA5. Grayscale: #888888. Windows color (decimal): -3575718 or 5927113. OLE color: 5927113.
HSL color Cylindrical-coordinate representation of color #C9705A: hue angle of 11.89º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9705A is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 90 | - |
| CMYK | 0 | 0.44 | 0.55 | 0.21 |
| HSL | 11.89º | 0.51% | 0.57% | - |
| HSV(B) | 11.89º | 0.55% | 0.79% | - |
| XYZ | 31.73 | 24.74 | 12.78 | - |
| YUV | 136.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 90 | 0 | 0.44 | 0.55 | 0.21 | 11.89 | 0.51 | 0.57 |
| Hex | C9 | 70 | 5A | 0 | 2C | 37 | 15 | C | 33 | 39 |
| Octal | 311 | 160 | 132 | 0 | 54 | 67 | 25 | 14 | 63 | 71 |
| Binary | 11001001 | 1110000 | 1011010 | 0 | 101100 | 110111 | 10101 | 1100 | 110011 | 111001 |
Color Harmonies of #C9705A
Complementary color
Monochromatic Colors of #C9705A
Black with #C9705A
Text Example
Text Example
White with #C9705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9705A; }
p { color: rgb(201,112,90); }
H1.HeaderClassName
{
color: #C9705A;
}
.AnyTagClassName
{
color: #C9705A;
}
</style>
background-color css
<style>
a { background-color: #C9705A; }
a { background-color: rgb(201,112,90); }
div.DivClassName
{
background-color: #C9705A;
}
.BgClassName
{
background-color: #C9705A;
}
</style>
border-color css
<style>
span { border-color: #C9705A; }
span { border-color: rgb(201,112,90); }
td.TdClassName
{
border-color: #C9705A;
}
.TagClassName
{
border-color: #C9705A;
}
</style>