Shades of Japonica #C2755C
Tints of Japonica #C2755C
RGB
CMYK
RGB Variations
Color information
#C2755C (or 0xC2755C) is known color: Japonica. HEX triplet: C2, 75 and 5C. RGB value is (194,117,92). Sum of RGB (Red+Green+Blue) = 194+117+92=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2755C is #3D8AA3. Grayscale: #898989. Windows color (decimal): -4033188 or 6059458. OLE color: 6059458.
HSL color Cylindrical-coordinate representation of color #C2755C: hue angle of 14.71º 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 #C2755C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 117 | 92 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.24 |
| HSL | 14.71º | 0.46% | 0.56% | - |
| HSV(B) | 14.71º | 0.53% | 0.76% | - |
| XYZ | 30.54 | 24.96 | 13.33 | - |
| YUV | 137.17 | 102.51 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 117 | 92 | 0 | 0.40 | 0.53 | 0.24 | 14.71 | 0.46 | 0.56 |
| Hex | C2 | 75 | 5C | 0 | 28 | 35 | 18 | F | 2E | 38 |
| Octal | 302 | 165 | 134 | 0 | 50 | 65 | 30 | 17 | 56 | 70 |
| Binary | 11000010 | 1110101 | 1011100 | 0 | 101000 | 110101 | 11000 | 1111 | 101110 | 111000 |
Color Harmonies of #C2755C
Complementary color
Monochromatic Colors of #C2755C
Black with #C2755C
Text Example
Text Example
White with #C2755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2755C; }
p { color: rgb(194,117,92); }
H1.HeaderClassName
{
color: #C2755C;
}
.AnyTagClassName
{
color: #C2755C;
}
</style>
background-color css
<style>
a { background-color: #C2755C; }
a { background-color: rgb(194,117,92); }
div.DivClassName
{
background-color: #C2755C;
}
.BgClassName
{
background-color: #C2755C;
}
</style>
border-color css
<style>
span { border-color: #C2755C; }
span { border-color: rgb(194,117,92); }
td.TdClassName
{
border-color: #C2755C;
}
.TagClassName
{
border-color: #C2755C;
}
</style>