Shades of Japonica #C2765C
Tints of Japonica #C2765C
RGB
CMYK
RGB Variations
Color information
#C2765C (or 0xC2765C) is known color: Japonica. HEX triplet: C2, 76 and 5C. RGB value is (194,118,92). Sum of RGB (Red+Green+Blue) = 194+118+92=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2765C is #3D89A3. Grayscale: #898989. Windows color (decimal): -4032932 or 6059714. OLE color: 6059714.
HSL color Cylindrical-coordinate representation of color #C2765C: hue angle of 15.29º 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 #C2765C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 92 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.29º | 0.46% | 0.56% | - |
| HSV(B) | 15.29º | 0.53% | 0.76% | - |
| XYZ | 30.66 | 25.2 | 13.37 | - |
| YUV | 137.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 92 | 0 | 0.39 | 0.53 | 0.24 | 15.29 | 0.46 | 0.56 |
| Hex | C2 | 76 | 5C | 0 | 27 | 35 | 18 | F | 2E | 38 |
| Octal | 302 | 166 | 134 | 0 | 47 | 65 | 30 | 17 | 56 | 70 |
| Binary | 11000010 | 1110110 | 1011100 | 0 | 100111 | 110101 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C2765C
Complementary color
Monochromatic Colors of #C2765C
Black with #C2765C
Text Example
Text Example
White with #C2765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2765C; }
p { color: rgb(194,118,92); }
H1.HeaderClassName
{
color: #C2765C;
}
.AnyTagClassName
{
color: #C2765C;
}
</style>
background-color css
<style>
a { background-color: #C2765C; }
a { background-color: rgb(194,118,92); }
div.DivClassName
{
background-color: #C2765C;
}
.BgClassName
{
background-color: #C2765C;
}
</style>
border-color css
<style>
span { border-color: #C2765C; }
span { border-color: rgb(194,118,92); }
td.TdClassName
{
border-color: #C2765C;
}
.TagClassName
{
border-color: #C2765C;
}
</style>