Shades of Japonica #CD7866
Tints of Japonica #CD7866
RGB
CMYK
RGB Variations
Color information
#CD7866 (or 0xCD7866) is known color: Japonica. HEX triplet: CD, 78 and 66. RGB value is (205,120,102). Sum of RGB (Red+Green+Blue) = 205+120+102=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7866 is #328799. Grayscale: #8F8F8F. Windows color (decimal): -3311514 or 6715597. OLE color: 6715597.
HSL color Cylindrical-coordinate representation of color #CD7866: hue angle of 10.49º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD7866 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 102 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.20 |
| HSL | 10.49º | 0.51% | 0.6% | - |
| HSV(B) | 10.49º | 0.5% | 0.8% | - |
| XYZ | 34.29 | 27.37 | 16.05 | - |
| YUV | 143.36 | 104.66 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 102 | 0 | 0.41 | 0.50 | 0.20 | 10.49 | 0.51 | 0.6 |
| Hex | CD | 78 | 66 | 0 | 29 | 32 | 14 | A | 33 | 3C |
| Octal | 315 | 170 | 146 | 0 | 51 | 62 | 24 | 12 | 63 | 74 |
| Binary | 11001101 | 1111000 | 1100110 | 0 | 101001 | 110010 | 10100 | 1010 | 110011 | 111100 |
Color Harmonies of #CD7866
Complementary color
Monochromatic Colors of #CD7866
Black with #CD7866
Text Example
Text Example
White with #CD7866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7866; }
p { color: rgb(205,120,102); }
H1.HeaderClassName
{
color: #CD7866;
}
.AnyTagClassName
{
color: #CD7866;
}
</style>
background-color css
<style>
a { background-color: #CD7866; }
a { background-color: rgb(205,120,102); }
div.DivClassName
{
background-color: #CD7866;
}
.BgClassName
{
background-color: #CD7866;
}
</style>
border-color css
<style>
span { border-color: #CD7866; }
span { border-color: rgb(205,120,102); }
td.TdClassName
{
border-color: #CD7866;
}
.TagClassName
{
border-color: #CD7866;
}
</style>