Shades of Japonica #C2745A
Tints of Japonica #C2745A
RGB
CMYK
RGB Variations
Color information
#C2745A (or 0xC2745A) is known color: Japonica. HEX triplet: C2, 74 and 5A. RGB value is (194,116,90). Sum of RGB (Red+Green+Blue) = 194+116+90=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2745A is #3D8BA5. Grayscale: #888888. Windows color (decimal): -4033446 or 5928130. OLE color: 5928130.
HSL color Cylindrical-coordinate representation of color #C2745A: hue angle of 15º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2745A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 90 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.24 |
| HSL | 15º | 0.46% | 0.56% | - |
| HSV(B) | 15º | 0.54% | 0.76% | - |
| XYZ | 30.34 | 24.7 | 12.84 | - |
| YUV | 136.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 90 | 0 | 0.40 | 0.54 | 0.24 | 15 | 0.46 | 0.56 |
| Hex | C2 | 74 | 5A | 0 | 28 | 36 | 18 | F | 2E | 38 |
| Octal | 302 | 164 | 132 | 0 | 50 | 66 | 30 | 17 | 56 | 70 |
| Binary | 11000010 | 1110100 | 1011010 | 0 | 101000 | 110110 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C2745A
Complementary color
Monochromatic Colors of #C2745A
Black with #C2745A
Text Example
Text Example
White with #C2745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2745A; }
p { color: rgb(194,116,90); }
H1.HeaderClassName
{
color: #C2745A;
}
.AnyTagClassName
{
color: #C2745A;
}
</style>
background-color css
<style>
a { background-color: #C2745A; }
a { background-color: rgb(194,116,90); }
div.DivClassName
{
background-color: #C2745A;
}
.BgClassName
{
background-color: #C2745A;
}
</style>
border-color css
<style>
span { border-color: #C2745A; }
span { border-color: rgb(194,116,90); }
td.TdClassName
{
border-color: #C2745A;
}
.TagClassName
{
border-color: #C2745A;
}
</style>