Shades of Japonica #C9755D
Tints of Japonica #C9755D
RGB
CMYK
RGB Variations
Color information
#C9755D (or 0xC9755D) is known color: Japonica. HEX triplet: C9, 75 and 5D. RGB value is (201,117,93). Sum of RGB (Red+Green+Blue) = 201+117+93=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9755D is #368AA2. Grayscale: #8B8B8B. Windows color (decimal): -3574435 or 6125001. OLE color: 6125001.
HSL color Cylindrical-coordinate representation of color #C9755D: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9755D is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 93 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.21 |
| HSL | 13.33º | 0.5% | 0.58% | - |
| HSV(B) | 13.33º | 0.54% | 0.79% | - |
| XYZ | 32.42 | 25.93 | 13.65 | - |
| YUV | 139.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 93 | 0 | 0.42 | 0.54 | 0.21 | 13.33 | 0.5 | 0.58 |
| Hex | C9 | 75 | 5D | 0 | 2A | 36 | 15 | D | 32 | 3A |
| Octal | 311 | 165 | 135 | 0 | 52 | 66 | 25 | 15 | 62 | 72 |
| Binary | 11001001 | 1110101 | 1011101 | 0 | 101010 | 110110 | 10101 | 1101 | 110010 | 111010 |
Color Harmonies of #C9755D
Complementary color
Monochromatic Colors of #C9755D
Black with #C9755D
Text Example
Text Example
White with #C9755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9755D; }
p { color: rgb(201,117,93); }
H1.HeaderClassName
{
color: #C9755D;
}
.AnyTagClassName
{
color: #C9755D;
}
</style>
background-color css
<style>
a { background-color: #C9755D; }
a { background-color: rgb(201,117,93); }
div.DivClassName
{
background-color: #C9755D;
}
.BgClassName
{
background-color: #C9755D;
}
</style>
border-color css
<style>
span { border-color: #C9755D; }
span { border-color: rgb(201,117,93); }
td.TdClassName
{
border-color: #C9755D;
}
.TagClassName
{
border-color: #C9755D;
}
</style>