Shades of Japonica #CD6D54
Tints of Japonica #CD6D54
RGB
CMYK
RGB Variations
Color information
#CD6D54 (or 0xCD6D54) is known color: Japonica. HEX triplet: CD, 6D and 54. RGB value is (205,109,84). Sum of RGB (Red+Green+Blue) = 205+109+84=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6D54 is #3292AB. Grayscale: #878787. Windows color (decimal): -3314348 or 5533133. OLE color: 5533133.
HSL color Cylindrical-coordinate representation of color #CD6D54: hue angle of 12.4º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD6D54 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 109 | 84 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.20 |
| HSL | 12.4º | 0.55% | 0.57% | - |
| HSV(B) | 12.4º | 0.59% | 0.8% | - |
| XYZ | 32.25 | 24.56 | 11.43 | - |
| YUV | 134.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 84 | 0 | 0.47 | 0.59 | 0.20 | 12.4 | 0.55 | 0.57 |
| Hex | CD | 6D | 54 | 0 | 2F | 3B | 14 | C | 37 | 39 |
| Octal | 315 | 155 | 124 | 0 | 57 | 73 | 24 | 14 | 67 | 71 |
| Binary | 11001101 | 1101101 | 1010100 | 0 | 101111 | 111011 | 10100 | 1100 | 110111 | 111001 |
Color Harmonies of #CD6D54
Complementary color
Monochromatic Colors of #CD6D54
Black with #CD6D54
Text Example
Text Example
White with #CD6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6D54; }
p { color: rgb(205,109,84); }
H1.HeaderClassName
{
color: #CD6D54;
}
.AnyTagClassName
{
color: #CD6D54;
}
</style>
background-color css
<style>
a { background-color: #CD6D54; }
a { background-color: rgb(205,109,84); }
div.DivClassName
{
background-color: #CD6D54;
}
.BgClassName
{
background-color: #CD6D54;
}
</style>
border-color css
<style>
span { border-color: #CD6D54; }
span { border-color: rgb(205,109,84); }
td.TdClassName
{
border-color: #CD6D54;
}
.TagClassName
{
border-color: #CD6D54;
}
</style>