Shades of Japonica #CD7353
Tints of Japonica #CD7353
RGB
CMYK
RGB Variations
Color information
#CD7353 (or 0xCD7353) is known color: Japonica. HEX triplet: CD, 73 and 53. RGB value is (205,115,83). Sum of RGB (Red+Green+Blue) = 205+115+83=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7353 is #328CAC. Grayscale: #8A8A8A. Windows color (decimal): -3312813 or 5469133. OLE color: 5469133.
HSL color Cylindrical-coordinate representation of color #CD7353: hue angle of 15.74º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD7353 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 83 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.20 |
| HSL | 15.74º | 0.55% | 0.56% | - |
| HSV(B) | 15.74º | 0.6% | 0.8% | - |
| XYZ | 32.87 | 25.87 | 11.44 | - |
| YUV | 138.26 | 96.82 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 83 | 0 | 0.44 | 0.60 | 0.20 | 15.74 | 0.55 | 0.56 |
| Hex | CD | 73 | 53 | 0 | 2C | 3C | 14 | 10 | 37 | 38 |
| Octal | 315 | 163 | 123 | 0 | 54 | 74 | 24 | 20 | 67 | 70 |
| Binary | 11001101 | 1110011 | 1010011 | 0 | 101100 | 111100 | 10100 | 10000 | 110111 | 111000 |
Color Harmonies of #CD7353
Complementary color
Monochromatic Colors of #CD7353
Black with #CD7353
Text Example
Text Example
White with #CD7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7353; }
p { color: rgb(205,115,83); }
H1.HeaderClassName
{
color: #CD7353;
}
.AnyTagClassName
{
color: #CD7353;
}
</style>
background-color css
<style>
a { background-color: #CD7353; }
a { background-color: rgb(205,115,83); }
div.DivClassName
{
background-color: #CD7353;
}
.BgClassName
{
background-color: #CD7353;
}
</style>
border-color css
<style>
span { border-color: #CD7353; }
span { border-color: rgb(205,115,83); }
td.TdClassName
{
border-color: #CD7353;
}
.TagClassName
{
border-color: #CD7353;
}
</style>