Shades of Japonica #CD7365
Tints of Japonica #CD7365
RGB
CMYK
RGB Variations
Color information
#CD7365 (or 0xCD7365) is known color: Japonica. HEX triplet: CD, 73 and 65. RGB value is (205,115,101). Sum of RGB (Red+Green+Blue) = 205+115+101=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7365 is #328C9A. Grayscale: #8C8C8C. Windows color (decimal): -3312795 or 6648781. OLE color: 6648781.
HSL color Cylindrical-coordinate representation of color #CD7365: hue angle of 8.08º 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 #CD7365 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 101 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.20 |
| HSL | 8.08º | 0.51% | 0.6% | - |
| HSV(B) | 8.08º | 0.51% | 0.8% | - |
| XYZ | 33.66 | 26.18 | 15.59 | - |
| YUV | 140.31 | 105.82 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 101 | 0 | 0.44 | 0.51 | 0.20 | 8.08 | 0.51 | 0.6 |
| Hex | CD | 73 | 65 | 0 | 2C | 33 | 14 | 8 | 33 | 3C |
| Octal | 315 | 163 | 145 | 0 | 54 | 63 | 24 | 10 | 63 | 74 |
| Binary | 11001101 | 1110011 | 1100101 | 0 | 101100 | 110011 | 10100 | 1000 | 110011 | 111100 |
Color Harmonies of #CD7365
Complementary color
Monochromatic Colors of #CD7365
Black with #CD7365
Text Example
Text Example
White with #CD7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7365; }
p { color: rgb(205,115,101); }
H1.HeaderClassName
{
color: #CD7365;
}
.AnyTagClassName
{
color: #CD7365;
}
</style>
background-color css
<style>
a { background-color: #CD7365; }
a { background-color: rgb(205,115,101); }
div.DivClassName
{
background-color: #CD7365;
}
.BgClassName
{
background-color: #CD7365;
}
</style>
border-color css
<style>
span { border-color: #CD7365; }
span { border-color: rgb(205,115,101); }
td.TdClassName
{
border-color: #CD7365;
}
.TagClassName
{
border-color: #CD7365;
}
</style>