Shades of Japonica #C2795C
Tints of Japonica #C2795C
RGB
CMYK
RGB Variations
Color information
#C2795C (or 0xC2795C) is known color: Japonica. HEX triplet: C2, 79 and 5C. RGB value is (194,121,92). Sum of RGB (Red+Green+Blue) = 194+121+92=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 92 (36.33% from 255 or 22.60% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2795C is #3D86A3. Grayscale: #8B8B8B. Windows color (decimal): -4032164 or 6060482. OLE color: 6060482.
HSL color Cylindrical-coordinate representation of color #C2795C: hue angle of 17.06º 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 #C2795C is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 92 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.24 |
| HSL | 17.06º | 0.46% | 0.56% | - |
| HSV(B) | 17.06º | 0.53% | 0.76% | - |
| XYZ | 31.02 | 25.92 | 13.49 | - |
| YUV | 139.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 92 | 0 | 0.38 | 0.53 | 0.24 | 17.06 | 0.46 | 0.56 |
| Hex | C2 | 79 | 5C | 0 | 26 | 35 | 18 | 11 | 2E | 38 |
| Octal | 302 | 171 | 134 | 0 | 46 | 65 | 30 | 21 | 56 | 70 |
| Binary | 11000010 | 1111001 | 1011100 | 0 | 100110 | 110101 | 11000 | 10001 | 101110 | 111000 |
Color Harmonies of #C2795C
Complementary color
Monochromatic Colors of #C2795C
Black with #C2795C
Text Example
Text Example
White with #C2795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2795C; }
p { color: rgb(194,121,92); }
H1.HeaderClassName
{
color: #C2795C;
}
.AnyTagClassName
{
color: #C2795C;
}
</style>
background-color css
<style>
a { background-color: #C2795C; }
a { background-color: rgb(194,121,92); }
div.DivClassName
{
background-color: #C2795C;
}
.BgClassName
{
background-color: #C2795C;
}
</style>
border-color css
<style>
span { border-color: #C2795C; }
span { border-color: rgb(194,121,92); }
td.TdClassName
{
border-color: #C2795C;
}
.TagClassName
{
border-color: #C2795C;
}
</style>