Shades of Japonica #CD7465
Tints of Japonica #CD7465
RGB
CMYK
RGB Variations
Color information
#CD7465 (or 0xCD7465) is known color: Japonica. HEX triplet: CD, 74 and 65. RGB value is (205,116,101). Sum of RGB (Red+Green+Blue) = 205+116+101=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 101 (39.84% from 255 or 23.93% from 422); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7465 is #328B9A. Grayscale: #8D8D8D. Windows color (decimal): -3312539 or 6649037. OLE color: 6649037.
HSL color Cylindrical-coordinate representation of color #CD7465: hue angle of 8.65º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7465 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 101 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.20 |
| HSL | 8.65º | 0.51% | 0.6% | - |
| HSV(B) | 8.65º | 0.51% | 0.8% | - |
| XYZ | 33.77 | 26.41 | 15.63 | - |
| YUV | 140.9 | 105.49 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 101 | 0 | 0.43 | 0.51 | 0.20 | 8.65 | 0.51 | 0.6 |
| Hex | CD | 74 | 65 | 0 | 2B | 33 | 14 | 9 | 33 | 3C |
| Octal | 315 | 164 | 145 | 0 | 53 | 63 | 24 | 11 | 63 | 74 |
| Binary | 11001101 | 1110100 | 1100101 | 0 | 101011 | 110011 | 10100 | 1001 | 110011 | 111100 |
Color Harmonies of #CD7465
Complementary color
Monochromatic Colors of #CD7465
Black with #CD7465
Text Example
Text Example
White with #CD7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7465; }
p { color: rgb(205,116,101); }
H1.HeaderClassName
{
color: #CD7465;
}
.AnyTagClassName
{
color: #CD7465;
}
</style>
background-color css
<style>
a { background-color: #CD7465; }
a { background-color: rgb(205,116,101); }
div.DivClassName
{
background-color: #CD7465;
}
.BgClassName
{
background-color: #CD7465;
}
</style>
border-color css
<style>
span { border-color: #CD7465; }
span { border-color: rgb(205,116,101); }
td.TdClassName
{
border-color: #CD7465;
}
.TagClassName
{
border-color: #CD7465;
}
</style>