Shades of Japonica #C2765B
Tints of Japonica #C2765B
RGB
CMYK
RGB Variations
Color information
#C2765B (or 0xC2765B) is known color: Japonica. HEX triplet: C2, 76 and 5B. RGB value is (194,118,91). Sum of RGB (Red+Green+Blue) = 194+118+91=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2765B is #3D89A4. Grayscale: #898989. Windows color (decimal): -4032933 or 5994178. OLE color: 5994178.
HSL color Cylindrical-coordinate representation of color #C2765B: hue angle of 15.73º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C2765B is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 91 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.73º | 0.46% | 0.56% | - |
| HSV(B) | 15.73º | 0.53% | 0.76% | - |
| XYZ | 30.61 | 25.18 | 13.14 | - |
| YUV | 137.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 91 | 0 | 0.39 | 0.53 | 0.24 | 15.73 | 0.46 | 0.56 |
| Hex | C2 | 76 | 5B | 0 | 27 | 35 | 18 | 10 | 2E | 38 |
| Octal | 302 | 166 | 133 | 0 | 47 | 65 | 30 | 20 | 56 | 70 |
| Binary | 11000010 | 1110110 | 1011011 | 0 | 100111 | 110101 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C2765B
Complementary color
Monochromatic Colors of #C2765B
Black with #C2765B
Text Example
Text Example
White with #C2765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2765B; }
p { color: rgb(194,118,91); }
H1.HeaderClassName
{
color: #C2765B;
}
.AnyTagClassName
{
color: #C2765B;
}
</style>
background-color css
<style>
a { background-color: #C2765B; }
a { background-color: rgb(194,118,91); }
div.DivClassName
{
background-color: #C2765B;
}
.BgClassName
{
background-color: #C2765B;
}
</style>
border-color css
<style>
span { border-color: #C2765B; }
span { border-color: rgb(194,118,91); }
td.TdClassName
{
border-color: #C2765B;
}
.TagClassName
{
border-color: #C2765B;
}
</style>