Shades of Japonica #CC6D5D
Tints of Japonica #CC6D5D
RGB
CMYK
RGB Variations
Color information
#CC6D5D (or 0xCC6D5D) is known color: Japonica. HEX triplet: CC, 6D and 5D. RGB value is (204,109,93). Sum of RGB (Red+Green+Blue) = 204+109+93=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D5D is #3392A2. Grayscale: #878787. Windows color (decimal): -3379875 or 6122956. OLE color: 6122956.
HSL color Cylindrical-coordinate representation of color #CC6D5D: hue angle of 8.65º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6D5D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 93 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.2 |
| HSL | 8.65º | 0.52% | 0.58% | - |
| HSV(B) | 8.65º | 0.54% | 0.8% | - |
| XYZ | 32.35 | 24.56 | 13.39 | - |
| YUV | 135.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 93 | 0 | 0.47 | 0.54 | 0.2 | 8.65 | 0.52 | 0.58 |
| Hex | CC | 6D | 5D | 0 | 2F | 36 | 14 | 9 | 34 | 3A |
| Octal | 314 | 155 | 135 | 0 | 57 | 66 | 24 | 11 | 64 | 72 |
| Binary | 11001100 | 1101101 | 1011101 | 0 | 101111 | 110110 | 10100 | 1001 | 110100 | 111010 |
Color Harmonies of #CC6D5D
Complementary color
Monochromatic Colors of #CC6D5D
Black with #CC6D5D
Text Example
Text Example
White with #CC6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D5D; }
p { color: rgb(204,109,93); }
H1.HeaderClassName
{
color: #CC6D5D;
}
.AnyTagClassName
{
color: #CC6D5D;
}
</style>
background-color css
<style>
a { background-color: #CC6D5D; }
a { background-color: rgb(204,109,93); }
div.DivClassName
{
background-color: #CC6D5D;
}
.BgClassName
{
background-color: #CC6D5D;
}
</style>
border-color css
<style>
span { border-color: #CC6D5D; }
span { border-color: rgb(204,109,93); }
td.TdClassName
{
border-color: #CC6D5D;
}
.TagClassName
{
border-color: #CC6D5D;
}
</style>