Shades of Japonica #C1775A
Tints of Japonica #C1775A
RGB
CMYK
RGB Variations
Color information
#C1775A (or 0xC1775A) is known color: Japonica. HEX triplet: C1, 77 and 5A. RGB value is (193,119,90). Sum of RGB (Red+Green+Blue) = 193+119+90=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1775A is #3E88A5. Grayscale: #8A8A8A. Windows color (decimal): -4098214 or 5928897. OLE color: 5928897.
HSL color Cylindrical-coordinate representation of color #C1775A: hue angle of 16.89º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1775A is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 119 | 90 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.24 |
| HSL | 16.89º | 0.45% | 0.55% | - |
| HSV(B) | 16.89º | 0.53% | 0.76% | - |
| XYZ | 30.43 | 25.27 | 12.95 | - |
| YUV | 137.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 90 | 0 | 0.38 | 0.53 | 0.24 | 16.89 | 0.45 | 0.55 |
| Hex | C1 | 77 | 5A | 0 | 26 | 35 | 18 | 11 | 2D | 37 |
| Octal | 301 | 167 | 132 | 0 | 46 | 65 | 30 | 21 | 55 | 67 |
| Binary | 11000001 | 1110111 | 1011010 | 0 | 100110 | 110101 | 11000 | 10001 | 101101 | 110111 |
Color Harmonies of #C1775A
Complementary color
Monochromatic Colors of #C1775A
Black with #C1775A
Text Example
Text Example
White with #C1775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1775A; }
p { color: rgb(193,119,90); }
H1.HeaderClassName
{
color: #C1775A;
}
.AnyTagClassName
{
color: #C1775A;
}
</style>
background-color css
<style>
a { background-color: #C1775A; }
a { background-color: rgb(193,119,90); }
div.DivClassName
{
background-color: #C1775A;
}
.BgClassName
{
background-color: #C1775A;
}
</style>
border-color css
<style>
span { border-color: #C1775A; }
span { border-color: rgb(193,119,90); }
td.TdClassName
{
border-color: #C1775A;
}
.TagClassName
{
border-color: #C1775A;
}
</style>