Shades of Japonica #CD7A5D
Tints of Japonica #CD7A5D
RGB
CMYK
RGB Variations
Color information
#CD7A5D (or 0xCD7A5D) is known color: Japonica. HEX triplet: CD, 7A and 5D. RGB value is (205,122,93). Sum of RGB (Red+Green+Blue) = 205+122+93=420 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.81% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A5D is #3285A2. Grayscale: #8F8F8F. Windows color (decimal): -3311011 or 6126285. OLE color: 6126285.
HSL color Cylindrical-coordinate representation of color #CD7A5D: hue angle of 15.54º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD7A5D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 93 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.20 |
| HSL | 15.54º | 0.53% | 0.58% | - |
| HSV(B) | 15.54º | 0.55% | 0.8% | - |
| XYZ | 34.11 | 27.69 | 13.9 | - |
| YUV | 143.51 | 99.5 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 93 | 0 | 0.40 | 0.55 | 0.20 | 15.54 | 0.53 | 0.58 |
| Hex | CD | 7A | 5D | 0 | 28 | 37 | 14 | 10 | 35 | 3A |
| Octal | 315 | 172 | 135 | 0 | 50 | 67 | 24 | 20 | 65 | 72 |
| Binary | 11001101 | 1111010 | 1011101 | 0 | 101000 | 110111 | 10100 | 10000 | 110101 | 111010 |
Color Harmonies of #CD7A5D
Complementary color
Monochromatic Colors of #CD7A5D
Black with #CD7A5D
Text Example
Text Example
White with #CD7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A5D; }
p { color: rgb(205,122,93); }
H1.HeaderClassName
{
color: #CD7A5D;
}
.AnyTagClassName
{
color: #CD7A5D;
}
</style>
background-color css
<style>
a { background-color: #CD7A5D; }
a { background-color: rgb(205,122,93); }
div.DivClassName
{
background-color: #CD7A5D;
}
.BgClassName
{
background-color: #CD7A5D;
}
</style>
border-color css
<style>
span { border-color: #CD7A5D; }
span { border-color: rgb(205,122,93); }
td.TdClassName
{
border-color: #CD7A5D;
}
.TagClassName
{
border-color: #CD7A5D;
}
</style>