Shades of Japonica #CD7363
Tints of Japonica #CD7363
RGB
CMYK
RGB Variations
Color information
#CD7363 (or 0xCD7363) is known color: Japonica. HEX triplet: CD, 73 and 63. RGB value is (205,115,99). Sum of RGB (Red+Green+Blue) = 205+115+99=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7363 is #328C9C. Grayscale: #8C8C8C. Windows color (decimal): -3312797 or 6517709. OLE color: 6517709.
HSL color Cylindrical-coordinate representation of color #CD7363: hue angle of 9.06º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD7363 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 99 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.20 |
| HSL | 9.06º | 0.51% | 0.6% | - |
| HSV(B) | 9.06º | 0.52% | 0.8% | - |
| XYZ | 33.56 | 26.14 | 15.08 | - |
| YUV | 140.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 99 | 0 | 0.44 | 0.52 | 0.20 | 9.06 | 0.51 | 0.6 |
| Hex | CD | 73 | 63 | 0 | 2C | 34 | 14 | 9 | 33 | 3C |
| Octal | 315 | 163 | 143 | 0 | 54 | 64 | 24 | 11 | 63 | 74 |
| Binary | 11001101 | 1110011 | 1100011 | 0 | 101100 | 110100 | 10100 | 1001 | 110011 | 111100 |
Color Harmonies of #CD7363
Complementary color
Monochromatic Colors of #CD7363
Black with #CD7363
Text Example
Text Example
White with #CD7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7363; }
p { color: rgb(205,115,99); }
H1.HeaderClassName
{
color: #CD7363;
}
.AnyTagClassName
{
color: #CD7363;
}
</style>
background-color css
<style>
a { background-color: #CD7363; }
a { background-color: rgb(205,115,99); }
div.DivClassName
{
background-color: #CD7363;
}
.BgClassName
{
background-color: #CD7363;
}
</style>
border-color css
<style>
span { border-color: #CD7363; }
span { border-color: rgb(205,115,99); }
td.TdClassName
{
border-color: #CD7363;
}
.TagClassName
{
border-color: #CD7363;
}
</style>