Shades of Japonica #C96B5C
Tints of Japonica #C96B5C
RGB
CMYK
RGB Variations
Color information
#C96B5C (or 0xC96B5C) is known color: Japonica. HEX triplet: C9, 6B and 5C. RGB value is (201,107,92). Sum of RGB (Red+Green+Blue) = 201+107+92=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B5C is #3694A3. Grayscale: #858585. Windows color (decimal): -3576996 or 6056905. OLE color: 6056905.
HSL color Cylindrical-coordinate representation of color #C96B5C: hue angle of 8.26º 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 #C96B5C is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 92 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.21 |
| HSL | 8.26º | 0.5% | 0.57% | - |
| HSV(B) | 8.26º | 0.54% | 0.79% | - |
| XYZ | 31.28 | 23.71 | 13.05 | - |
| YUV | 133.4 | 104.64 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 92 | 0 | 0.47 | 0.54 | 0.21 | 8.26 | 0.5 | 0.57 |
| Hex | C9 | 6B | 5C | 0 | 2F | 36 | 15 | 8 | 32 | 39 |
| Octal | 311 | 153 | 134 | 0 | 57 | 66 | 25 | 10 | 62 | 71 |
| Binary | 11001001 | 1101011 | 1011100 | 0 | 101111 | 110110 | 10101 | 1000 | 110010 | 111001 |
Color Harmonies of #C96B5C
Complementary color
Monochromatic Colors of #C96B5C
Black with #C96B5C
Text Example
Text Example
White with #C96B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B5C; }
p { color: rgb(201,107,92); }
H1.HeaderClassName
{
color: #C96B5C;
}
.AnyTagClassName
{
color: #C96B5C;
}
</style>
background-color css
<style>
a { background-color: #C96B5C; }
a { background-color: rgb(201,107,92); }
div.DivClassName
{
background-color: #C96B5C;
}
.BgClassName
{
background-color: #C96B5C;
}
</style>
border-color css
<style>
span { border-color: #C96B5C; }
span { border-color: rgb(201,107,92); }
td.TdClassName
{
border-color: #C96B5C;
}
.TagClassName
{
border-color: #C96B5C;
}
</style>