Shades of Japonica #C2745C
Tints of Japonica #C2745C
RGB
CMYK
RGB Variations
Color information
#C2745C (or 0xC2745C) is known color: Japonica. HEX triplet: C2, 74 and 5C. RGB value is (194,116,92). Sum of RGB (Red+Green+Blue) = 194+116+92=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2745C is #3D8BA3. Grayscale: #888888. Windows color (decimal): -4033444 or 6059202. OLE color: 6059202.
HSL color Cylindrical-coordinate representation of color #C2745C: hue angle of 14.12º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2745C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 92 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.24 |
| HSL | 14.12º | 0.46% | 0.56% | - |
| HSV(B) | 14.12º | 0.53% | 0.76% | - |
| XYZ | 30.43 | 24.73 | 13.3 | - |
| YUV | 136.59 | 102.84 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 92 | 0 | 0.40 | 0.53 | 0.24 | 14.12 | 0.46 | 0.56 |
| Hex | C2 | 74 | 5C | 0 | 28 | 35 | 18 | E | 2E | 38 |
| Octal | 302 | 164 | 134 | 0 | 50 | 65 | 30 | 16 | 56 | 70 |
| Binary | 11000010 | 1110100 | 1011100 | 0 | 101000 | 110101 | 11000 | 1110 | 101110 | 111000 |
Color Harmonies of #C2745C
Complementary color
Monochromatic Colors of #C2745C
Black with #C2745C
Text Example
Text Example
White with #C2745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2745C; }
p { color: rgb(194,116,92); }
H1.HeaderClassName
{
color: #C2745C;
}
.AnyTagClassName
{
color: #C2745C;
}
</style>
background-color css
<style>
a { background-color: #C2745C; }
a { background-color: rgb(194,116,92); }
div.DivClassName
{
background-color: #C2745C;
}
.BgClassName
{
background-color: #C2745C;
}
</style>
border-color css
<style>
span { border-color: #C2745C; }
span { border-color: rgb(194,116,92); }
td.TdClassName
{
border-color: #C2745C;
}
.TagClassName
{
border-color: #C2745C;
}
</style>