Shades of Japonica #CD6A5C
Tints of Japonica #CD6A5C
RGB
CMYK
RGB Variations
Color information
#CD6A5C (or 0xCD6A5C) is known color: Japonica. HEX triplet: CD, 6A and 5C. RGB value is (205,106,92). Sum of RGB (Red+Green+Blue) = 205+106+92=403 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.87% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A5C is #3295A3. Grayscale: #868686. Windows color (decimal): -3315108 or 6056653. OLE color: 6056653.
HSL color Cylindrical-coordinate representation of color #CD6A5C: hue angle of 7.43º 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 #CD6A5C is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 92 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.20 |
| HSL | 7.43º | 0.53% | 0.58% | - |
| HSV(B) | 7.43º | 0.55% | 0.8% | - |
| XYZ | 32.26 | 24.06 | 13.07 | - |
| YUV | 134.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 92 | 0 | 0.48 | 0.55 | 0.20 | 7.43 | 0.53 | 0.58 |
| Hex | CD | 6A | 5C | 0 | 30 | 37 | 14 | 7 | 35 | 3A |
| Octal | 315 | 152 | 134 | 0 | 60 | 67 | 24 | 7 | 65 | 72 |
| Binary | 11001101 | 1101010 | 1011100 | 0 | 110000 | 110111 | 10100 | 111 | 110101 | 111010 |
Color Harmonies of #CD6A5C
Complementary color
Monochromatic Colors of #CD6A5C
Black with #CD6A5C
Text Example
Text Example
White with #CD6A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A5C; }
p { color: rgb(205,106,92); }
H1.HeaderClassName
{
color: #CD6A5C;
}
.AnyTagClassName
{
color: #CD6A5C;
}
</style>
background-color css
<style>
a { background-color: #CD6A5C; }
a { background-color: rgb(205,106,92); }
div.DivClassName
{
background-color: #CD6A5C;
}
.BgClassName
{
background-color: #CD6A5C;
}
</style>
border-color css
<style>
span { border-color: #CD6A5C; }
span { border-color: rgb(205,106,92); }
td.TdClassName
{
border-color: #CD6A5C;
}
.TagClassName
{
border-color: #CD6A5C;
}
</style>