Shades of Japonica #C27B5D
Tints of Japonica #C27B5D
RGB
CMYK
RGB Variations
Color information
#C27B5D (or 0xC27B5D) is known color: Japonica. HEX triplet: C2, 7B and 5D. RGB value is (194,123,93). Sum of RGB (Red+Green+Blue) = 194+123+93=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B5D is #3D84A2. Grayscale: #8C8C8C. Windows color (decimal): -4031651 or 6126530. OLE color: 6126530.
HSL color Cylindrical-coordinate representation of color #C27B5D: hue angle of 17.82º 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 #C27B5D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 93 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.24 |
| HSL | 17.82º | 0.45% | 0.56% | - |
| HSV(B) | 17.82º | 0.52% | 0.76% | - |
| XYZ | 31.31 | 26.43 | 13.81 | - |
| YUV | 140.81 | 101.02 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 93 | 0 | 0.37 | 0.52 | 0.24 | 17.82 | 0.45 | 0.56 |
| Hex | C2 | 7B | 5D | 0 | 25 | 34 | 18 | 12 | 2D | 38 |
| Octal | 302 | 173 | 135 | 0 | 45 | 64 | 30 | 22 | 55 | 70 |
| Binary | 11000010 | 1111011 | 1011101 | 0 | 100101 | 110100 | 11000 | 10010 | 101101 | 111000 |
Color Harmonies of #C27B5D
Complementary color
Monochromatic Colors of #C27B5D
Black with #C27B5D
Text Example
Text Example
White with #C27B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B5D; }
p { color: rgb(194,123,93); }
H1.HeaderClassName
{
color: #C27B5D;
}
.AnyTagClassName
{
color: #C27B5D;
}
</style>
background-color css
<style>
a { background-color: #C27B5D; }
a { background-color: rgb(194,123,93); }
div.DivClassName
{
background-color: #C27B5D;
}
.BgClassName
{
background-color: #C27B5D;
}
</style>
border-color css
<style>
span { border-color: #C27B5D; }
span { border-color: rgb(194,123,93); }
td.TdClassName
{
border-color: #C27B5D;
}
.TagClassName
{
border-color: #C27B5D;
}
</style>