Shades of Japonica #CD6C55
Tints of Japonica #CD6C55
RGB
CMYK
RGB Variations
Color information
#CD6C55 (or 0xCD6C55) is known color: Japonica. HEX triplet: CD, 6C and 55. RGB value is (205,108,85). Sum of RGB (Red+Green+Blue) = 205+108+85=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6C55 is #3293AA. Grayscale: #868686. Windows color (decimal): -3314603 or 5598413. OLE color: 5598413.
HSL color Cylindrical-coordinate representation of color #CD6C55: hue angle of 11.5º 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 #CD6C55 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 85 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.20 |
| HSL | 11.5º | 0.55% | 0.57% | - |
| HSV(B) | 11.5º | 0.59% | 0.8% | - |
| XYZ | 32.18 | 24.36 | 11.6 | - |
| YUV | 134.38 | 100.14 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 85 | 0 | 0.47 | 0.59 | 0.20 | 11.5 | 0.55 | 0.57 |
| Hex | CD | 6C | 55 | 0 | 2F | 3B | 14 | C | 37 | 39 |
| Octal | 315 | 154 | 125 | 0 | 57 | 73 | 24 | 14 | 67 | 71 |
| Binary | 11001101 | 1101100 | 1010101 | 0 | 101111 | 111011 | 10100 | 1100 | 110111 | 111001 |
Color Harmonies of #CD6C55
Complementary color
Monochromatic Colors of #CD6C55
Black with #CD6C55
Text Example
Text Example
White with #CD6C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C55; }
p { color: rgb(205,108,85); }
H1.HeaderClassName
{
color: #CD6C55;
}
.AnyTagClassName
{
color: #CD6C55;
}
</style>
background-color css
<style>
a { background-color: #CD6C55; }
a { background-color: rgb(205,108,85); }
div.DivClassName
{
background-color: #CD6C55;
}
.BgClassName
{
background-color: #CD6C55;
}
</style>
border-color css
<style>
span { border-color: #CD6C55; }
span { border-color: rgb(205,108,85); }
td.TdClassName
{
border-color: #CD6C55;
}
.TagClassName
{
border-color: #CD6C55;
}
</style>