Shades of Japonica #C96C5C
Tints of Japonica #C96C5C
RGB
CMYK
RGB Variations
Color information
#C96C5C (or 0xC96C5C) is known color: Japonica. HEX triplet: C9, 6C and 5C. RGB value is (201,108,92). Sum of RGB (Red+Green+Blue) = 201+108+92=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96C5C is #3693A3. Grayscale: #868686. Windows color (decimal): -3576740 or 6057161. OLE color: 6057161.
HSL color Cylindrical-coordinate representation of color #C96C5C: hue angle of 8.81º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C96C5C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 108 | 92 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.21 |
| HSL | 8.81º | 0.5% | 0.57% | - |
| HSV(B) | 8.81º | 0.54% | 0.79% | - |
| XYZ | 31.38 | 23.92 | 13.09 | - |
| YUV | 133.98 | 104.31 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 108 | 92 | 0 | 0.46 | 0.54 | 0.21 | 8.81 | 0.5 | 0.57 |
| Hex | C9 | 6C | 5C | 0 | 2E | 36 | 15 | 9 | 32 | 39 |
| Octal | 311 | 154 | 134 | 0 | 56 | 66 | 25 | 11 | 62 | 71 |
| Binary | 11001001 | 1101100 | 1011100 | 0 | 101110 | 110110 | 10101 | 1001 | 110010 | 111001 |
Color Harmonies of #C96C5C
Complementary color
Monochromatic Colors of #C96C5C
Black with #C96C5C
Text Example
Text Example
White with #C96C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96C5C; }
p { color: rgb(201,108,92); }
H1.HeaderClassName
{
color: #C96C5C;
}
.AnyTagClassName
{
color: #C96C5C;
}
</style>
background-color css
<style>
a { background-color: #C96C5C; }
a { background-color: rgb(201,108,92); }
div.DivClassName
{
background-color: #C96C5C;
}
.BgClassName
{
background-color: #C96C5C;
}
</style>
border-color css
<style>
span { border-color: #C96C5C; }
span { border-color: rgb(201,108,92); }
td.TdClassName
{
border-color: #C96C5C;
}
.TagClassName
{
border-color: #C96C5C;
}
</style>