Shades of Japonica #CC6D5E
Tints of Japonica #CC6D5E
RGB
CMYK
RGB Variations
Color information
#CC6D5E (or 0xCC6D5E) is known color: Japonica. HEX triplet: CC, 6D and 5E. RGB value is (204,109,94). Sum of RGB (Red+Green+Blue) = 204+109+94=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D5E is #3392A1. Grayscale: #878787. Windows color (decimal): -3379874 or 6188492. OLE color: 6188492.
HSL color Cylindrical-coordinate representation of color #CC6D5E: hue angle of 8.18º 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 #CC6D5E is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 94 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.2 |
| HSL | 8.18º | 0.52% | 0.58% | - |
| HSV(B) | 8.18º | 0.54% | 0.8% | - |
| XYZ | 32.39 | 24.58 | 13.63 | - |
| YUV | 135.7 | 104.47 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 94 | 0 | 0.47 | 0.54 | 0.2 | 8.18 | 0.52 | 0.58 |
| Hex | CC | 6D | 5E | 0 | 2F | 36 | 14 | 8 | 34 | 3A |
| Octal | 314 | 155 | 136 | 0 | 57 | 66 | 24 | 10 | 64 | 72 |
| Binary | 11001100 | 1101101 | 1011110 | 0 | 101111 | 110110 | 10100 | 1000 | 110100 | 111010 |
Color Harmonies of #CC6D5E
Complementary color
Monochromatic Colors of #CC6D5E
Black with #CC6D5E
Text Example
Text Example
White with #CC6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D5E; }
p { color: rgb(204,109,94); }
H1.HeaderClassName
{
color: #CC6D5E;
}
.AnyTagClassName
{
color: #CC6D5E;
}
</style>
background-color css
<style>
a { background-color: #CC6D5E; }
a { background-color: rgb(204,109,94); }
div.DivClassName
{
background-color: #CC6D5E;
}
.BgClassName
{
background-color: #CC6D5E;
}
</style>
border-color css
<style>
span { border-color: #CC6D5E; }
span { border-color: rgb(204,109,94); }
td.TdClassName
{
border-color: #CC6D5E;
}
.TagClassName
{
border-color: #CC6D5E;
}
</style>