Shades of Japonica #C96C57
Tints of Japonica #C96C57
RGB
CMYK
RGB Variations
Color information
#C96C57 (or 0xC96C57) is known color: Japonica. HEX triplet: C9, 6C and 57. RGB value is (201,108,87). Sum of RGB (Red+Green+Blue) = 201+108+87=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C57 is #3693A8. Grayscale: #858585. Windows color (decimal): -3576745 or 5729481. OLE color: 5729481.
HSL color Cylindrical-coordinate representation of color #C96C57: hue angle of 11.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C96C57 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 87 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.21 |
| HSL | 11.05º | 0.51% | 0.56% | - |
| HSV(B) | 11.05º | 0.57% | 0.79% | - |
| XYZ | 31.17 | 23.83 | 11.97 | - |
| YUV | 133.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 87 | 0 | 0.46 | 0.57 | 0.21 | 11.05 | 0.51 | 0.56 |
| Hex | C9 | 6C | 57 | 0 | 2E | 39 | 15 | B | 33 | 38 |
| Octal | 311 | 154 | 127 | 0 | 56 | 71 | 25 | 13 | 63 | 70 |
| Binary | 11001001 | 1101100 | 1010111 | 0 | 101110 | 111001 | 10101 | 1011 | 110011 | 111000 |
Color Harmonies of #C96C57
Complementary color
Monochromatic Colors of #C96C57
Black with #C96C57
Text Example
Text Example
White with #C96C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C57; }
p { color: rgb(201,108,87); }
H1.HeaderClassName
{
color: #C96C57;
}
.AnyTagClassName
{
color: #C96C57;
}
</style>
background-color css
<style>
a { background-color: #C96C57; }
a { background-color: rgb(201,108,87); }
div.DivClassName
{
background-color: #C96C57;
}
.BgClassName
{
background-color: #C96C57;
}
</style>
border-color css
<style>
span { border-color: #C96C57; }
span { border-color: rgb(201,108,87); }
td.TdClassName
{
border-color: #C96C57;
}
.TagClassName
{
border-color: #C96C57;
}
</style>