Shades of Japonica #C2775D
Tints of Japonica #C2775D
RGB
CMYK
RGB Variations
Color information
#C2775D (or 0xC2775D) is known color: Japonica. HEX triplet: C2, 77 and 5D. RGB value is (194,119,93). Sum of RGB (Red+Green+Blue) = 194+119+93=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2775D is #3D88A2. Grayscale: #8A8A8A. Windows color (decimal): -4032675 or 6125506. OLE color: 6125506.
HSL color Cylindrical-coordinate representation of color #C2775D: hue angle of 15.45º 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 #C2775D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 93 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.24 |
| HSL | 15.45º | 0.45% | 0.56% | - |
| HSV(B) | 15.45º | 0.52% | 0.76% | - |
| XYZ | 30.82 | 25.45 | 13.64 | - |
| YUV | 138.46 | 102.35 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 93 | 0 | 0.39 | 0.52 | 0.24 | 15.45 | 0.45 | 0.56 |
| Hex | C2 | 77 | 5D | 0 | 27 | 34 | 18 | F | 2D | 38 |
| Octal | 302 | 167 | 135 | 0 | 47 | 64 | 30 | 17 | 55 | 70 |
| Binary | 11000010 | 1110111 | 1011101 | 0 | 100111 | 110100 | 11000 | 1111 | 101101 | 111000 |
Color Harmonies of #C2775D
Complementary color
Monochromatic Colors of #C2775D
Black with #C2775D
Text Example
Text Example
White with #C2775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2775D; }
p { color: rgb(194,119,93); }
H1.HeaderClassName
{
color: #C2775D;
}
.AnyTagClassName
{
color: #C2775D;
}
</style>
background-color css
<style>
a { background-color: #C2775D; }
a { background-color: rgb(194,119,93); }
div.DivClassName
{
background-color: #C2775D;
}
.BgClassName
{
background-color: #C2775D;
}
</style>
border-color css
<style>
span { border-color: #C2775D; }
span { border-color: rgb(194,119,93); }
td.TdClassName
{
border-color: #C2775D;
}
.TagClassName
{
border-color: #C2775D;
}
</style>