Shades of Japonica #C2755A
Tints of Japonica #C2755A
RGB
CMYK
RGB Variations
Color information
#C2755A (or 0xC2755A) is known color: Japonica. HEX triplet: C2, 75 and 5A. RGB value is (194,117,90). Sum of RGB (Red+Green+Blue) = 194+117+90=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2755A is #3D8AA5. Grayscale: #898989. Windows color (decimal): -4033190 or 5928386. OLE color: 5928386.
HSL color Cylindrical-coordinate representation of color #C2755A: hue angle of 15.58º 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 #C2755A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 90 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.24 |
| HSL | 15.58º | 0.46% | 0.56% | - |
| HSV(B) | 15.58º | 0.54% | 0.76% | - |
| XYZ | 30.45 | 24.93 | 12.88 | - |
| YUV | 136.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 90 | 0 | 0.40 | 0.54 | 0.24 | 15.58 | 0.46 | 0.56 |
| Hex | C2 | 75 | 5A | 0 | 28 | 36 | 18 | 10 | 2E | 38 |
| Octal | 302 | 165 | 132 | 0 | 50 | 66 | 30 | 20 | 56 | 70 |
| Binary | 11000010 | 1110101 | 1011010 | 0 | 101000 | 110110 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C2755A
Complementary color
Monochromatic Colors of #C2755A
Black with #C2755A
Text Example
Text Example
White with #C2755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2755A; }
p { color: rgb(194,117,90); }
H1.HeaderClassName
{
color: #C2755A;
}
.AnyTagClassName
{
color: #C2755A;
}
</style>
background-color css
<style>
a { background-color: #C2755A; }
a { background-color: rgb(194,117,90); }
div.DivClassName
{
background-color: #C2755A;
}
.BgClassName
{
background-color: #C2755A;
}
</style>
border-color css
<style>
span { border-color: #C2755A; }
span { border-color: rgb(194,117,90); }
td.TdClassName
{
border-color: #C2755A;
}
.TagClassName
{
border-color: #C2755A;
}
</style>