Shades of Japonica #C97B57
Tints of Japonica #C97B57
RGB
CMYK
RGB Variations
Color information
#C97B57 (or 0xC97B57) is known color: Japonica. HEX triplet: C9, 7B and 57. RGB value is (201,123,87). Sum of RGB (Red+Green+Blue) = 201+123+87=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C97B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97B57 is #3684A8. Grayscale: #8E8E8E. Windows color (decimal): -3572905 or 5733321. OLE color: 5733321.
HSL color Cylindrical-coordinate representation of color #C97B57: hue angle of 18.95º 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 #C97B57 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 123 | 87 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.21 |
| HSL | 18.95º | 0.51% | 0.56% | - |
| HSV(B) | 18.95º | 0.57% | 0.79% | - |
| XYZ | 32.89 | 27.27 | 12.55 | - |
| YUV | 142.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 123 | 87 | 0 | 0.39 | 0.57 | 0.21 | 18.95 | 0.51 | 0.56 |
| Hex | C9 | 7B | 57 | 0 | 27 | 39 | 15 | 13 | 33 | 38 |
| Octal | 311 | 173 | 127 | 0 | 47 | 71 | 25 | 23 | 63 | 70 |
| Binary | 11001001 | 1111011 | 1010111 | 0 | 100111 | 111001 | 10101 | 10011 | 110011 | 111000 |
Color Harmonies of #C97B57
Complementary color
Monochromatic Colors of #C97B57
Black with #C97B57
Text Example
Text Example
White with #C97B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97B57; }
p { color: rgb(201,123,87); }
H1.HeaderClassName
{
color: #C97B57;
}
.AnyTagClassName
{
color: #C97B57;
}
</style>
background-color css
<style>
a { background-color: #C97B57; }
a { background-color: rgb(201,123,87); }
div.DivClassName
{
background-color: #C97B57;
}
.BgClassName
{
background-color: #C97B57;
}
</style>
border-color css
<style>
span { border-color: #C97B57; }
span { border-color: rgb(201,123,87); }
td.TdClassName
{
border-color: #C97B57;
}
.TagClassName
{
border-color: #C97B57;
}
</style>