Shades of Japonica #CC6E5C
Tints of Japonica #CC6E5C
RGB
CMYK
RGB Variations
Color information
#CC6E5C (or 0xCC6E5C) is known color: Japonica. HEX triplet: CC, 6E and 5C. RGB value is (204,110,92). Sum of RGB (Red+Green+Blue) = 204+110+92=406 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.25% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E5C is #3391A3. Grayscale: #888888. Windows color (decimal): -3379620 or 6057676. OLE color: 6057676.
HSL color Cylindrical-coordinate representation of color #CC6E5C: hue angle of 9.64º degrees, saturation: 0.52, 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 #CC6E5C is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 110 | 92 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.2 |
| HSL | 9.64º | 0.52% | 0.58% | - |
| HSV(B) | 9.64º | 0.55% | 0.8% | - |
| XYZ | 32.41 | 24.76 | 13.2 | - |
| YUV | 136.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 92 | 0 | 0.46 | 0.55 | 0.2 | 9.64 | 0.52 | 0.58 |
| Hex | CC | 6E | 5C | 0 | 2E | 37 | 14 | A | 34 | 3A |
| Octal | 314 | 156 | 134 | 0 | 56 | 67 | 24 | 12 | 64 | 72 |
| Binary | 11001100 | 1101110 | 1011100 | 0 | 101110 | 110111 | 10100 | 1010 | 110100 | 111010 |
Color Harmonies of #CC6E5C
Complementary color
Monochromatic Colors of #CC6E5C
Black with #CC6E5C
Text Example
Text Example
White with #CC6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6E5C; }
p { color: rgb(204,110,92); }
H1.HeaderClassName
{
color: #CC6E5C;
}
.AnyTagClassName
{
color: #CC6E5C;
}
</style>
background-color css
<style>
a { background-color: #CC6E5C; }
a { background-color: rgb(204,110,92); }
div.DivClassName
{
background-color: #CC6E5C;
}
.BgClassName
{
background-color: #CC6E5C;
}
</style>
border-color css
<style>
span { border-color: #CC6E5C; }
span { border-color: rgb(204,110,92); }
td.TdClassName
{
border-color: #CC6E5C;
}
.TagClassName
{
border-color: #CC6E5C;
}
</style>