Shades of Japonica #CD745D
Tints of Japonica #CD745D
RGB
CMYK
RGB Variations
Color information
#CD745D (or 0xCD745D) is known color: Japonica. HEX triplet: CD, 74 and 5D. RGB value is (205,116,93). Sum of RGB (Red+Green+Blue) = 205+116+93=414 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.52% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 205 - color contains mainly: red. Hex color #CD745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD745D is #328BA2. Grayscale: #8C8C8C. Windows color (decimal): -3312547 or 6124749. OLE color: 6124749.
HSL color Cylindrical-coordinate representation of color #CD745D: hue angle of 12.32º 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 #CD745D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 93 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.20 |
| HSL | 12.32º | 0.53% | 0.58% | - |
| HSV(B) | 12.32º | 0.55% | 0.8% | - |
| XYZ | 33.4 | 26.26 | 13.66 | - |
| YUV | 139.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 93 | 0 | 0.43 | 0.55 | 0.20 | 12.32 | 0.53 | 0.58 |
| Hex | CD | 74 | 5D | 0 | 2B | 37 | 14 | C | 35 | 3A |
| Octal | 315 | 164 | 135 | 0 | 53 | 67 | 24 | 14 | 65 | 72 |
| Binary | 11001101 | 1110100 | 1011101 | 0 | 101011 | 110111 | 10100 | 1100 | 110101 | 111010 |
Color Harmonies of #CD745D
Complementary color
Monochromatic Colors of #CD745D
Black with #CD745D
Text Example
Text Example
White with #CD745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD745D; }
p { color: rgb(205,116,93); }
H1.HeaderClassName
{
color: #CD745D;
}
.AnyTagClassName
{
color: #CD745D;
}
</style>
background-color css
<style>
a { background-color: #CD745D; }
a { background-color: rgb(205,116,93); }
div.DivClassName
{
background-color: #CD745D;
}
.BgClassName
{
background-color: #CD745D;
}
</style>
border-color css
<style>
span { border-color: #CD745D; }
span { border-color: rgb(205,116,93); }
td.TdClassName
{
border-color: #CD745D;
}
.TagClassName
{
border-color: #CD745D;
}
</style>