Shades of Japonica #CD7259
Tints of Japonica #CD7259
RGB
CMYK
RGB Variations
Color information
#CD7259 (or 0xCD7259) is known color: Japonica. HEX triplet: CD, 72 and 59. RGB value is (205,114,89). Sum of RGB (Red+Green+Blue) = 205+114+89=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7259 is #328DA6. Grayscale: #8A8A8A. Windows color (decimal): -3313063 or 5862093. OLE color: 5862093.
HSL color Cylindrical-coordinate representation of color #CD7259: hue angle of 12.93º 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 #CD7259 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 114 | 89 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.20 |
| HSL | 12.93º | 0.54% | 0.58% | - |
| HSV(B) | 12.93º | 0.57% | 0.8% | - |
| XYZ | 33 | 25.74 | 12.68 | - |
| YUV | 138.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 114 | 89 | 0 | 0.44 | 0.57 | 0.20 | 12.93 | 0.54 | 0.58 |
| Hex | CD | 72 | 59 | 0 | 2C | 39 | 14 | D | 36 | 3A |
| Octal | 315 | 162 | 131 | 0 | 54 | 71 | 24 | 15 | 66 | 72 |
| Binary | 11001101 | 1110010 | 1011001 | 0 | 101100 | 111001 | 10100 | 1101 | 110110 | 111010 |
Color Harmonies of #CD7259
Complementary color
Monochromatic Colors of #CD7259
Black with #CD7259
Text Example
Text Example
White with #CD7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7259; }
p { color: rgb(205,114,89); }
H1.HeaderClassName
{
color: #CD7259;
}
.AnyTagClassName
{
color: #CD7259;
}
</style>
background-color css
<style>
a { background-color: #CD7259; }
a { background-color: rgb(205,114,89); }
div.DivClassName
{
background-color: #CD7259;
}
.BgClassName
{
background-color: #CD7259;
}
</style>
border-color css
<style>
span { border-color: #CD7259; }
span { border-color: rgb(205,114,89); }
td.TdClassName
{
border-color: #CD7259;
}
.TagClassName
{
border-color: #CD7259;
}
</style>