Shades of Japonica #CD7654
Tints of Japonica #CD7654
RGB
CMYK
RGB Variations
Color information
#CD7654 (or 0xCD7654) is known color: Japonica. HEX triplet: CD, 76 and 54. RGB value is (205,118,84). Sum of RGB (Red+Green+Blue) = 205+118+84=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7654 is #3289AB. Grayscale: #8C8C8C. Windows color (decimal): -3312044 or 5535437. OLE color: 5535437.
HSL color Cylindrical-coordinate representation of color #CD7654: hue angle of 16.86º 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 #CD7654 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 84 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.20 |
| HSL | 16.86º | 0.55% | 0.57% | - |
| HSV(B) | 16.86º | 0.59% | 0.8% | - |
| XYZ | 33.26 | 26.58 | 11.76 | - |
| YUV | 140.14 | 96.32 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 84 | 0 | 0.42 | 0.59 | 0.20 | 16.86 | 0.55 | 0.57 |
| Hex | CD | 76 | 54 | 0 | 2A | 3B | 14 | 11 | 37 | 39 |
| Octal | 315 | 166 | 124 | 0 | 52 | 73 | 24 | 21 | 67 | 71 |
| Binary | 11001101 | 1110110 | 1010100 | 0 | 101010 | 111011 | 10100 | 10001 | 110111 | 111001 |
Color Harmonies of #CD7654
Complementary color
Monochromatic Colors of #CD7654
Black with #CD7654
Text Example
Text Example
White with #CD7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7654; }
p { color: rgb(205,118,84); }
H1.HeaderClassName
{
color: #CD7654;
}
.AnyTagClassName
{
color: #CD7654;
}
</style>
background-color css
<style>
a { background-color: #CD7654; }
a { background-color: rgb(205,118,84); }
div.DivClassName
{
background-color: #CD7654;
}
.BgClassName
{
background-color: #CD7654;
}
</style>
border-color css
<style>
span { border-color: #CD7654; }
span { border-color: rgb(205,118,84); }
td.TdClassName
{
border-color: #CD7654;
}
.TagClassName
{
border-color: #CD7654;
}
</style>