Shades of Japonica #CD7759
Tints of Japonica #CD7759
RGB
CMYK
RGB Variations
Color information
#CD7759 (or 0xCD7759) is known color: Japonica. HEX triplet: CD, 77 and 59. RGB value is (205,119,89). Sum of RGB (Red+Green+Blue) = 205+119+89=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7759 is #3288A6. Grayscale: #8D8D8D. Windows color (decimal): -3311783 or 5863373. OLE color: 5863373.
HSL color Cylindrical-coordinate representation of color #CD7759: hue angle of 15.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD7759 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 89 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.20 |
| HSL | 15.52º | 0.54% | 0.58% | - |
| HSV(B) | 15.52º | 0.57% | 0.8% | - |
| XYZ | 33.58 | 26.89 | 12.87 | - |
| YUV | 141.29 | 98.49 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 89 | 0 | 0.42 | 0.57 | 0.20 | 15.52 | 0.54 | 0.58 |
| Hex | CD | 77 | 59 | 0 | 2A | 39 | 14 | 10 | 36 | 3A |
| Octal | 315 | 167 | 131 | 0 | 52 | 71 | 24 | 20 | 66 | 72 |
| Binary | 11001101 | 1110111 | 1011001 | 0 | 101010 | 111001 | 10100 | 10000 | 110110 | 111010 |
Color Harmonies of #CD7759
Complementary color
Monochromatic Colors of #CD7759
Black with #CD7759
Text Example
Text Example
White with #CD7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7759; }
p { color: rgb(205,119,89); }
H1.HeaderClassName
{
color: #CD7759;
}
.AnyTagClassName
{
color: #CD7759;
}
</style>
background-color css
<style>
a { background-color: #CD7759; }
a { background-color: rgb(205,119,89); }
div.DivClassName
{
background-color: #CD7759;
}
.BgClassName
{
background-color: #CD7759;
}
</style>
border-color css
<style>
span { border-color: #CD7759; }
span { border-color: rgb(205,119,89); }
td.TdClassName
{
border-color: #CD7759;
}
.TagClassName
{
border-color: #CD7759;
}
</style>