Shades of Japonica #C1755C
Tints of Japonica #C1755C
RGB
CMYK
RGB Variations
Color information
#C1755C (or 0xC1755C) is known color: Japonica. HEX triplet: C1, 75 and 5C. RGB value is (193,117,92). Sum of RGB (Red+Green+Blue) = 193+117+92=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1755C is #3E8AA3. Grayscale: #898989. Windows color (decimal): -4098724 or 6059457. OLE color: 6059457.
HSL color Cylindrical-coordinate representation of color #C1755C: hue angle of 14.85º 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 #C1755C is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 92 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 14.85º | 0.45% | 0.56% | - |
| HSV(B) | 14.85º | 0.52% | 0.76% | - |
| XYZ | 30.29 | 24.83 | 13.32 | - |
| YUV | 136.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 92 | 0 | 0.39 | 0.52 | 0.24 | 14.85 | 0.45 | 0.56 |
| Hex | C1 | 75 | 5C | 0 | 27 | 34 | 18 | F | 2D | 38 |
| Octal | 301 | 165 | 134 | 0 | 47 | 64 | 30 | 17 | 55 | 70 |
| Binary | 11000001 | 1110101 | 1011100 | 0 | 100111 | 110100 | 11000 | 1111 | 101101 | 111000 |
Color Harmonies of #C1755C
Complementary color
Monochromatic Colors of #C1755C
Black with #C1755C
Text Example
Text Example
White with #C1755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1755C; }
p { color: rgb(193,117,92); }
H1.HeaderClassName
{
color: #C1755C;
}
.AnyTagClassName
{
color: #C1755C;
}
</style>
background-color css
<style>
a { background-color: #C1755C; }
a { background-color: rgb(193,117,92); }
div.DivClassName
{
background-color: #C1755C;
}
.BgClassName
{
background-color: #C1755C;
}
</style>
border-color css
<style>
span { border-color: #C1755C; }
span { border-color: rgb(193,117,92); }
td.TdClassName
{
border-color: #C1755C;
}
.TagClassName
{
border-color: #C1755C;
}
</style>