Shades of Japonica #C27B5A
Tints of Japonica #C27B5A
RGB
CMYK
RGB Variations
Color information
#C27B5A (or 0xC27B5A) is known color: Japonica. HEX triplet: C2, 7B and 5A. RGB value is (194,123,90). Sum of RGB (Red+Green+Blue) = 194+123+90=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C27B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27B5A is #3D84A5. Grayscale: #8C8C8C. Windows color (decimal): -4031654 or 5929922. OLE color: 5929922.
HSL color Cylindrical-coordinate representation of color #C27B5A: hue angle of 19.04º 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 #C27B5A is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 90 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.24 |
| HSL | 19.04º | 0.46% | 0.56% | - |
| HSV(B) | 19.04º | 0.54% | 0.76% | - |
| XYZ | 31.18 | 26.37 | 13.12 | - |
| YUV | 140.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 90 | 0 | 0.37 | 0.54 | 0.24 | 19.04 | 0.46 | 0.56 |
| Hex | C2 | 7B | 5A | 0 | 25 | 36 | 18 | 13 | 2E | 38 |
| Octal | 302 | 173 | 132 | 0 | 45 | 66 | 30 | 23 | 56 | 70 |
| Binary | 11000010 | 1111011 | 1011010 | 0 | 100101 | 110110 | 11000 | 10011 | 101110 | 111000 |
Color Harmonies of #C27B5A
Complementary color
Monochromatic Colors of #C27B5A
Black with #C27B5A
Text Example
Text Example
White with #C27B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27B5A; }
p { color: rgb(194,123,90); }
H1.HeaderClassName
{
color: #C27B5A;
}
.AnyTagClassName
{
color: #C27B5A;
}
</style>
background-color css
<style>
a { background-color: #C27B5A; }
a { background-color: rgb(194,123,90); }
div.DivClassName
{
background-color: #C27B5A;
}
.BgClassName
{
background-color: #C27B5A;
}
</style>
border-color css
<style>
span { border-color: #C27B5A; }
span { border-color: rgb(194,123,90); }
td.TdClassName
{
border-color: #C27B5A;
}
.TagClassName
{
border-color: #C27B5A;
}
</style>