Shades of Japonica #CD745E
Tints of Japonica #CD745E
RGB
CMYK
RGB Variations
Color information
#CD745E (or 0xCD745E) is known color: Japonica. HEX triplet: CD, 74 and 5E. RGB value is (205,116,94). Sum of RGB (Red+Green+Blue) = 205+116+94=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD745E is #328BA1. Grayscale: #8C8C8C. Windows color (decimal): -3312546 or 6190285. OLE color: 6190285.
HSL color Cylindrical-coordinate representation of color #CD745E: hue angle of 11.89º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CD745E is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 94 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.20 |
| HSL | 11.89º | 0.53% | 0.59% | - |
| HSV(B) | 11.89º | 0.54% | 0.8% | - |
| XYZ | 33.44 | 26.28 | 13.9 | - |
| YUV | 140.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 94 | 0 | 0.43 | 0.54 | 0.20 | 11.89 | 0.53 | 0.59 |
| Hex | CD | 74 | 5E | 0 | 2B | 36 | 14 | C | 35 | 3B |
| Octal | 315 | 164 | 136 | 0 | 53 | 66 | 24 | 14 | 65 | 73 |
| Binary | 11001101 | 1110100 | 1011110 | 0 | 101011 | 110110 | 10100 | 1100 | 110101 | 111011 |
Color Harmonies of #CD745E
Complementary color
Monochromatic Colors of #CD745E
Black with #CD745E
Text Example
Text Example
White with #CD745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD745E; }
p { color: rgb(205,116,94); }
H1.HeaderClassName
{
color: #CD745E;
}
.AnyTagClassName
{
color: #CD745E;
}
</style>
background-color css
<style>
a { background-color: #CD745E; }
a { background-color: rgb(205,116,94); }
div.DivClassName
{
background-color: #CD745E;
}
.BgClassName
{
background-color: #CD745E;
}
</style>
border-color css
<style>
span { border-color: #CD745E; }
span { border-color: rgb(205,116,94); }
td.TdClassName
{
border-color: #CD745E;
}
.TagClassName
{
border-color: #CD745E;
}
</style>