Shades of Japonica #CD755D
Tints of Japonica #CD755D
RGB
CMYK
RGB Variations
Color information
#CD755D (or 0xCD755D) is known color: Japonica. HEX triplet: CD, 75 and 5D. RGB value is (205,117,93). Sum of RGB (Red+Green+Blue) = 205+117+93=415 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.40% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 205 - color contains mainly: red. Hex color #CD755D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD755D is #328AA2. Grayscale: #8C8C8C. Windows color (decimal): -3312291 or 6125005. OLE color: 6125005.
HSL color Cylindrical-coordinate representation of color #CD755D: hue angle of 12.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CD755D is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 117 | 93 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.20 |
| HSL | 12.86º | 0.53% | 0.58% | - |
| HSV(B) | 12.86º | 0.55% | 0.8% | - |
| XYZ | 33.51 | 26.49 | 13.7 | - |
| YUV | 140.58 | 101.15 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 117 | 93 | 0 | 0.43 | 0.55 | 0.20 | 12.86 | 0.53 | 0.58 |
| Hex | CD | 75 | 5D | 0 | 2B | 37 | 14 | D | 35 | 3A |
| Octal | 315 | 165 | 135 | 0 | 53 | 67 | 24 | 15 | 65 | 72 |
| Binary | 11001101 | 1110101 | 1011101 | 0 | 101011 | 110111 | 10100 | 1101 | 110101 | 111010 |
Color Harmonies of #CD755D
Complementary color
Monochromatic Colors of #CD755D
Black with #CD755D
Text Example
Text Example
White with #CD755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD755D; }
p { color: rgb(205,117,93); }
H1.HeaderClassName
{
color: #CD755D;
}
.AnyTagClassName
{
color: #CD755D;
}
</style>
background-color css
<style>
a { background-color: #CD755D; }
a { background-color: rgb(205,117,93); }
div.DivClassName
{
background-color: #CD755D;
}
.BgClassName
{
background-color: #CD755D;
}
</style>
border-color css
<style>
span { border-color: #CD755D; }
span { border-color: rgb(205,117,93); }
td.TdClassName
{
border-color: #CD755D;
}
.TagClassName
{
border-color: #CD755D;
}
</style>