Shades of Japonica #C2715C
Tints of Japonica #C2715C
RGB
CMYK
RGB Variations
Color information
#C2715C (or 0xC2715C) is known color: Japonica. HEX triplet: C2, 71 and 5C. RGB value is (194,113,92). Sum of RGB (Red+Green+Blue) = 194+113+92=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2715C is #3D8EA3. Grayscale: #868686. Windows color (decimal): -4034212 or 6058434. OLE color: 6058434.
HSL color Cylindrical-coordinate representation of color #C2715C: hue angle of 12.35º 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 #C2715C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 113 | 92 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.24 |
| HSL | 12.35º | 0.46% | 0.56% | - |
| HSV(B) | 12.35º | 0.53% | 0.76% | - |
| XYZ | 30.09 | 24.05 | 13.18 | - |
| YUV | 134.83 | 103.84 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 113 | 92 | 0 | 0.42 | 0.53 | 0.24 | 12.35 | 0.46 | 0.56 |
| Hex | C2 | 71 | 5C | 0 | 2A | 35 | 18 | C | 2E | 38 |
| Octal | 302 | 161 | 134 | 0 | 52 | 65 | 30 | 14 | 56 | 70 |
| Binary | 11000010 | 1110001 | 1011100 | 0 | 101010 | 110101 | 11000 | 1100 | 101110 | 111000 |
Color Harmonies of #C2715C
Complementary color
Monochromatic Colors of #C2715C
Black with #C2715C
Text Example
Text Example
White with #C2715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2715C; }
p { color: rgb(194,113,92); }
H1.HeaderClassName
{
color: #C2715C;
}
.AnyTagClassName
{
color: #C2715C;
}
</style>
background-color css
<style>
a { background-color: #C2715C; }
a { background-color: rgb(194,113,92); }
div.DivClassName
{
background-color: #C2715C;
}
.BgClassName
{
background-color: #C2715C;
}
</style>
border-color css
<style>
span { border-color: #C2715C; }
span { border-color: rgb(194,113,92); }
td.TdClassName
{
border-color: #C2715C;
}
.TagClassName
{
border-color: #C2715C;
}
</style>