Shades of Japonica #CD7256
Tints of Japonica #CD7256
RGB
CMYK
RGB Variations
Color information
#CD7256 (or 0xCD7256) is known color: Japonica. HEX triplet: CD, 72 and 56. RGB value is (205,114,86). Sum of RGB (Red+Green+Blue) = 205+114+86=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7256 is #328DA9. Grayscale: #8A8A8A. Windows color (decimal): -3313066 or 5665485. OLE color: 5665485.
HSL color Cylindrical-coordinate representation of color #CD7256: hue angle of 14.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD7256 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 114 | 86 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.20 |
| HSL | 14.12º | 0.54% | 0.57% | - |
| HSV(B) | 14.12º | 0.58% | 0.8% | - |
| XYZ | 32.87 | 25.69 | 12.03 | - |
| YUV | 138.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 114 | 86 | 0 | 0.44 | 0.58 | 0.20 | 14.12 | 0.54 | 0.57 |
| Hex | CD | 72 | 56 | 0 | 2C | 3A | 14 | E | 36 | 39 |
| Octal | 315 | 162 | 126 | 0 | 54 | 72 | 24 | 16 | 66 | 71 |
| Binary | 11001101 | 1110010 | 1010110 | 0 | 101100 | 111010 | 10100 | 1110 | 110110 | 111001 |
Color Harmonies of #CD7256
Complementary color
Monochromatic Colors of #CD7256
Black with #CD7256
Text Example
Text Example
White with #CD7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7256; }
p { color: rgb(205,114,86); }
H1.HeaderClassName
{
color: #CD7256;
}
.AnyTagClassName
{
color: #CD7256;
}
</style>
background-color css
<style>
a { background-color: #CD7256; }
a { background-color: rgb(205,114,86); }
div.DivClassName
{
background-color: #CD7256;
}
.BgClassName
{
background-color: #CD7256;
}
</style>
border-color css
<style>
span { border-color: #CD7256; }
span { border-color: rgb(205,114,86); }
td.TdClassName
{
border-color: #CD7256;
}
.TagClassName
{
border-color: #CD7256;
}
</style>