Shades of Japonica #C7725C
Tints of Japonica #C7725C
RGB
CMYK
RGB Variations
Color information
#C7725C (or 0xC7725C) is known color: Japonica. HEX triplet: C7, 72 and 5C. RGB value is (199,114,92). Sum of RGB (Red+Green+Blue) = 199+114+92=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7725C is #388DA3. Grayscale: #898989. Windows color (decimal): -3706276 or 6058695. OLE color: 6058695.
HSL color Cylindrical-coordinate representation of color #C7725C: hue angle of 12.34º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7725C is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 92 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.22 |
| HSL | 12.34º | 0.49% | 0.57% | - |
| HSV(B) | 12.34º | 0.54% | 0.78% | - |
| XYZ | 31.5 | 24.95 | 13.28 | - |
| YUV | 136.91 | 102.66 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 92 | 0 | 0.43 | 0.54 | 0.22 | 12.34 | 0.49 | 0.57 |
| Hex | C7 | 72 | 5C | 0 | 2B | 36 | 16 | C | 31 | 39 |
| Octal | 307 | 162 | 134 | 0 | 53 | 66 | 26 | 14 | 61 | 71 |
| Binary | 11000111 | 1110010 | 1011100 | 0 | 101011 | 110110 | 10110 | 1100 | 110001 | 111001 |
Color Harmonies of #C7725C
Complementary color
Monochromatic Colors of #C7725C
Black with #C7725C
Text Example
Text Example
White with #C7725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7725C; }
p { color: rgb(199,114,92); }
H1.HeaderClassName
{
color: #C7725C;
}
.AnyTagClassName
{
color: #C7725C;
}
</style>
background-color css
<style>
a { background-color: #C7725C; }
a { background-color: rgb(199,114,92); }
div.DivClassName
{
background-color: #C7725C;
}
.BgClassName
{
background-color: #C7725C;
}
</style>
border-color css
<style>
span { border-color: #C7725C; }
span { border-color: rgb(199,114,92); }
td.TdClassName
{
border-color: #C7725C;
}
.TagClassName
{
border-color: #C7725C;
}
</style>