Shades of Japonica #C97553
Tints of Japonica #C97553
RGB
CMYK
RGB Variations
Color information
#C97553 (or 0xC97553) is known color: Japonica. HEX triplet: C9, 75 and 53. RGB value is (201,117,83). Sum of RGB (Red+Green+Blue) = 201+117+83=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C97553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97553 is #368AAC. Grayscale: #8A8A8A. Windows color (decimal): -3574445 or 5469641. OLE color: 5469641.
HSL color Cylindrical-coordinate representation of color #C97553: hue angle of 17.29º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C97553 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 83 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.21 |
| HSL | 17.29º | 0.52% | 0.56% | - |
| HSV(B) | 17.29º | 0.59% | 0.79% | - |
| XYZ | 32.01 | 25.76 | 11.47 | - |
| YUV | 138.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 83 | 0 | 0.42 | 0.59 | 0.21 | 17.29 | 0.52 | 0.56 |
| Hex | C9 | 75 | 53 | 0 | 2A | 3B | 15 | 11 | 34 | 38 |
| Octal | 311 | 165 | 123 | 0 | 52 | 73 | 25 | 21 | 64 | 70 |
| Binary | 11001001 | 1110101 | 1010011 | 0 | 101010 | 111011 | 10101 | 10001 | 110100 | 111000 |
Color Harmonies of #C97553
Complementary color
Monochromatic Colors of #C97553
Black with #C97553
Text Example
Text Example
White with #C97553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97553; }
p { color: rgb(201,117,83); }
H1.HeaderClassName
{
color: #C97553;
}
.AnyTagClassName
{
color: #C97553;
}
</style>
background-color css
<style>
a { background-color: #C97553; }
a { background-color: rgb(201,117,83); }
div.DivClassName
{
background-color: #C97553;
}
.BgClassName
{
background-color: #C97553;
}
</style>
border-color css
<style>
span { border-color: #C97553; }
span { border-color: rgb(201,117,83); }
td.TdClassName
{
border-color: #C97553;
}
.TagClassName
{
border-color: #C97553;
}
</style>