Shades of Japonica #C96F5C
Tints of Japonica #C96F5C
RGB
CMYK
RGB Variations
Color information
#C96F5C (or 0xC96F5C) is known color: Japonica. HEX triplet: C9, 6F and 5C. RGB value is (201,111,92). Sum of RGB (Red+Green+Blue) = 201+111+92=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96F5C is #3690A3. Grayscale: #878787. Windows color (decimal): -3575972 or 6057929. OLE color: 6057929.
HSL color Cylindrical-coordinate representation of color #C96F5C: hue angle of 10.46º 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 #C96F5C is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 111 | 92 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.21 |
| HSL | 10.46º | 0.5% | 0.57% | - |
| HSV(B) | 10.46º | 0.54% | 0.79% | - |
| XYZ | 31.7 | 24.56 | 13.19 | - |
| YUV | 135.74 | 103.32 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 111 | 92 | 0 | 0.45 | 0.54 | 0.21 | 10.46 | 0.5 | 0.57 |
| Hex | C9 | 6F | 5C | 0 | 2D | 36 | 15 | A | 32 | 39 |
| Octal | 311 | 157 | 134 | 0 | 55 | 66 | 25 | 12 | 62 | 71 |
| Binary | 11001001 | 1101111 | 1011100 | 0 | 101101 | 110110 | 10101 | 1010 | 110010 | 111001 |
Color Harmonies of #C96F5C
Complementary color
Monochromatic Colors of #C96F5C
Black with #C96F5C
Text Example
Text Example
White with #C96F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96F5C; }
p { color: rgb(201,111,92); }
H1.HeaderClassName
{
color: #C96F5C;
}
.AnyTagClassName
{
color: #C96F5C;
}
</style>
background-color css
<style>
a { background-color: #C96F5C; }
a { background-color: rgb(201,111,92); }
div.DivClassName
{
background-color: #C96F5C;
}
.BgClassName
{
background-color: #C96F5C;
}
</style>
border-color css
<style>
span { border-color: #C96F5C; }
span { border-color: rgb(201,111,92); }
td.TdClassName
{
border-color: #C96F5C;
}
.TagClassName
{
border-color: #C96F5C;
}
</style>