Shades of Japonica #C1755A
Tints of Japonica #C1755A
RGB
CMYK
RGB Variations
Color information
#C1755A (or 0xC1755A) is known color: Japonica. HEX triplet: C1, 75 and 5A. RGB value is (193,117,90). Sum of RGB (Red+Green+Blue) = 193+117+90=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755A is #3E8AA5. Grayscale: #888888. Windows color (decimal): -4098726 or 5928385. OLE color: 5928385.
HSL color Cylindrical-coordinate representation of color #C1755A: hue angle of 15.73º 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 #C1755A is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 90 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.73º | 0.45% | 0.55% | - |
| HSV(B) | 15.73º | 0.53% | 0.76% | - |
| XYZ | 30.2 | 24.8 | 12.87 | - |
| YUV | 136.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 90 | 0 | 0.39 | 0.53 | 0.24 | 15.73 | 0.45 | 0.55 |
| Hex | C1 | 75 | 5A | 0 | 27 | 35 | 18 | 10 | 2D | 37 |
| Octal | 301 | 165 | 132 | 0 | 47 | 65 | 30 | 20 | 55 | 67 |
| Binary | 11000001 | 1110101 | 1011010 | 0 | 100111 | 110101 | 11000 | 10000 | 101101 | 110111 |
Color Harmonies of #C1755A
Complementary color
Monochromatic Colors of #C1755A
Black with #C1755A
Text Example
Text Example
White with #C1755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1755A; }
p { color: rgb(193,117,90); }
H1.HeaderClassName
{
color: #C1755A;
}
.AnyTagClassName
{
color: #C1755A;
}
</style>
background-color css
<style>
a { background-color: #C1755A; }
a { background-color: rgb(193,117,90); }
div.DivClassName
{
background-color: #C1755A;
}
.BgClassName
{
background-color: #C1755A;
}
</style>
border-color css
<style>
span { border-color: #C1755A; }
span { border-color: rgb(193,117,90); }
td.TdClassName
{
border-color: #C1755A;
}
.TagClassName
{
border-color: #C1755A;
}
</style>