Shades of Japonica #C1755D
Tints of Japonica #C1755D
RGB
CMYK
RGB Variations
Color information
#C1755D (or 0xC1755D) is known color: Japonica. HEX triplet: C1, 75 and 5D. RGB value is (193,117,93). Sum of RGB (Red+Green+Blue) = 193+117+93=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755D is #3E8AA2. Grayscale: #898989. Windows color (decimal): -4098723 or 6124993. OLE color: 6124993.
HSL color Cylindrical-coordinate representation of color #C1755D: hue angle of 14.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1755D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 93 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 14.4º | 0.45% | 0.56% | - |
| HSV(B) | 14.4º | 0.52% | 0.76% | - |
| XYZ | 30.33 | 24.85 | 13.55 | - |
| YUV | 136.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 93 | 0 | 0.39 | 0.52 | 0.24 | 14.4 | 0.45 | 0.56 |
| Hex | C1 | 75 | 5D | 0 | 27 | 34 | 18 | E | 2D | 38 |
| Octal | 301 | 165 | 135 | 0 | 47 | 64 | 30 | 16 | 55 | 70 |
| Binary | 11000001 | 1110101 | 1011101 | 0 | 100111 | 110100 | 11000 | 1110 | 101101 | 111000 |
Color Harmonies of #C1755D
Complementary color
Monochromatic Colors of #C1755D
Black with #C1755D
Text Example
Text Example
White with #C1755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1755D; }
p { color: rgb(193,117,93); }
H1.HeaderClassName
{
color: #C1755D;
}
.AnyTagClassName
{
color: #C1755D;
}
</style>
background-color css
<style>
a { background-color: #C1755D; }
a { background-color: rgb(193,117,93); }
div.DivClassName
{
background-color: #C1755D;
}
.BgClassName
{
background-color: #C1755D;
}
</style>
border-color css
<style>
span { border-color: #C1755D; }
span { border-color: rgb(193,117,93); }
td.TdClassName
{
border-color: #C1755D;
}
.TagClassName
{
border-color: #C1755D;
}
</style>