Shades of Japonica #CD7666
Tints of Japonica #CD7666
RGB
CMYK
RGB Variations
Color information
#CD7666 (or 0xCD7666) is known color: Japonica. HEX triplet: CD, 76 and 66. RGB value is (205,118,102). Sum of RGB (Red+Green+Blue) = 205+118+102=425 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.24% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7666 is #328999. Grayscale: #8E8E8E. Windows color (decimal): -3312026 or 6715085. OLE color: 6715085.
HSL color Cylindrical-coordinate representation of color #CD7666: hue angle of 9.32º 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 #CD7666 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 102 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.20 |
| HSL | 9.32º | 0.51% | 0.6% | - |
| HSV(B) | 9.32º | 0.5% | 0.8% | - |
| XYZ | 34.05 | 26.9 | 15.97 | - |
| YUV | 142.19 | 105.32 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 102 | 0 | 0.42 | 0.50 | 0.20 | 9.32 | 0.51 | 0.6 |
| Hex | CD | 76 | 66 | 0 | 2A | 32 | 14 | 9 | 33 | 3C |
| Octal | 315 | 166 | 146 | 0 | 52 | 62 | 24 | 11 | 63 | 74 |
| Binary | 11001101 | 1110110 | 1100110 | 0 | 101010 | 110010 | 10100 | 1001 | 110011 | 111100 |
Color Harmonies of #CD7666
Complementary color
Monochromatic Colors of #CD7666
Black with #CD7666
Text Example
Text Example
White with #CD7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7666; }
p { color: rgb(205,118,102); }
H1.HeaderClassName
{
color: #CD7666;
}
.AnyTagClassName
{
color: #CD7666;
}
</style>
background-color css
<style>
a { background-color: #CD7666; }
a { background-color: rgb(205,118,102); }
div.DivClassName
{
background-color: #CD7666;
}
.BgClassName
{
background-color: #CD7666;
}
</style>
border-color css
<style>
span { border-color: #CD7666; }
span { border-color: rgb(205,118,102); }
td.TdClassName
{
border-color: #CD7666;
}
.TagClassName
{
border-color: #CD7666;
}
</style>