Shades of Japonica #C2775A
Tints of Japonica #C2775A
RGB
CMYK
RGB Variations
Color information
#C2775A (or 0xC2775A) is known color: Japonica. HEX triplet: C2, 77 and 5A. RGB value is (194,119,90). Sum of RGB (Red+Green+Blue) = 194+119+90=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2775A is #3D88A5. Grayscale: #8A8A8A. Windows color (decimal): -4032678 or 5928898. OLE color: 5928898.
HSL color Cylindrical-coordinate representation of color #C2775A: hue angle of 16.73º 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 #C2775A is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 90 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.24 |
| HSL | 16.73º | 0.46% | 0.56% | - |
| HSV(B) | 16.73º | 0.54% | 0.76% | - |
| XYZ | 30.69 | 25.4 | 12.96 | - |
| YUV | 138.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 90 | 0 | 0.39 | 0.54 | 0.24 | 16.73 | 0.46 | 0.56 |
| Hex | C2 | 77 | 5A | 0 | 27 | 36 | 18 | 11 | 2E | 38 |
| Octal | 302 | 167 | 132 | 0 | 47 | 66 | 30 | 21 | 56 | 70 |
| Binary | 11000010 | 1110111 | 1011010 | 0 | 100111 | 110110 | 11000 | 10001 | 101110 | 111000 |
Color Harmonies of #C2775A
Complementary color
Monochromatic Colors of #C2775A
Black with #C2775A
Text Example
Text Example
White with #C2775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2775A; }
p { color: rgb(194,119,90); }
H1.HeaderClassName
{
color: #C2775A;
}
.AnyTagClassName
{
color: #C2775A;
}
</style>
background-color css
<style>
a { background-color: #C2775A; }
a { background-color: rgb(194,119,90); }
div.DivClassName
{
background-color: #C2775A;
}
.BgClassName
{
background-color: #C2775A;
}
</style>
border-color css
<style>
span { border-color: #C2775A; }
span { border-color: rgb(194,119,90); }
td.TdClassName
{
border-color: #C2775A;
}
.TagClassName
{
border-color: #C2775A;
}
</style>