Shades of Japonica #C3775C
Tints of Japonica #C3775C
RGB
CMYK
RGB Variations
Color information
#C3775C (or 0xC3775C) is known color: Japonica. HEX triplet: C3, 77 and 5C. RGB value is (195,119,92). Sum of RGB (Red+Green+Blue) = 195+119+92=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3775C is #3C88A3. Grayscale: #8A8A8A. Windows color (decimal): -3967140 or 6059971. OLE color: 6059971.
HSL color Cylindrical-coordinate representation of color #C3775C: hue angle of 15.73º 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 #C3775C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 92 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.24 |
| HSL | 15.73º | 0.46% | 0.56% | - |
| HSV(B) | 15.73º | 0.53% | 0.76% | - |
| XYZ | 31.03 | 25.57 | 13.42 | - |
| YUV | 138.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 92 | 0 | 0.39 | 0.53 | 0.24 | 15.73 | 0.46 | 0.56 |
| Hex | C3 | 77 | 5C | 0 | 27 | 35 | 18 | 10 | 2E | 38 |
| Octal | 303 | 167 | 134 | 0 | 47 | 65 | 30 | 20 | 56 | 70 |
| Binary | 11000011 | 1110111 | 1011100 | 0 | 100111 | 110101 | 11000 | 10000 | 101110 | 111000 |
Color Harmonies of #C3775C
Complementary color
Monochromatic Colors of #C3775C
Black with #C3775C
Text Example
Text Example
White with #C3775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3775C; }
p { color: rgb(195,119,92); }
H1.HeaderClassName
{
color: #C3775C;
}
.AnyTagClassName
{
color: #C3775C;
}
</style>
background-color css
<style>
a { background-color: #C3775C; }
a { background-color: rgb(195,119,92); }
div.DivClassName
{
background-color: #C3775C;
}
.BgClassName
{
background-color: #C3775C;
}
</style>
border-color css
<style>
span { border-color: #C3775C; }
span { border-color: rgb(195,119,92); }
td.TdClassName
{
border-color: #C3775C;
}
.TagClassName
{
border-color: #C3775C;
}
</style>