Shades of Japonica #CD7665
Tints of Japonica #CD7665
RGB
CMYK
RGB Variations
Color information
#CD7665 (or 0xCD7665) is known color: Japonica. HEX triplet: CD, 76 and 65. RGB value is (205,118,101). Sum of RGB (Red+Green+Blue) = 205+118+101=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7665 is #32899A. Grayscale: #8E8E8E. Windows color (decimal): -3312027 or 6649549. OLE color: 6649549.
HSL color Cylindrical-coordinate representation of color #CD7665: hue angle of 9.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD7665 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 101 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.20 |
| HSL | 9.81º | 0.51% | 0.6% | - |
| HSV(B) | 9.81º | 0.51% | 0.8% | - |
| XYZ | 34 | 26.88 | 15.71 | - |
| YUV | 142.08 | 104.82 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 101 | 0 | 0.42 | 0.51 | 0.20 | 9.81 | 0.51 | 0.6 |
| Hex | CD | 76 | 65 | 0 | 2A | 33 | 14 | A | 33 | 3C |
| Octal | 315 | 166 | 145 | 0 | 52 | 63 | 24 | 12 | 63 | 74 |
| Binary | 11001101 | 1110110 | 1100101 | 0 | 101010 | 110011 | 10100 | 1010 | 110011 | 111100 |
Color Harmonies of #CD7665
Complementary color
Monochromatic Colors of #CD7665
Black with #CD7665
Text Example
Text Example
White with #CD7665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7665; }
p { color: rgb(205,118,101); }
H1.HeaderClassName
{
color: #CD7665;
}
.AnyTagClassName
{
color: #CD7665;
}
</style>
background-color css
<style>
a { background-color: #CD7665; }
a { background-color: rgb(205,118,101); }
div.DivClassName
{
background-color: #CD7665;
}
.BgClassName
{
background-color: #CD7665;
}
</style>
border-color css
<style>
span { border-color: #CD7665; }
span { border-color: rgb(205,118,101); }
td.TdClassName
{
border-color: #CD7665;
}
.TagClassName
{
border-color: #CD7665;
}
</style>