Shades of Japonica #CC6F55
Tints of Japonica #CC6F55
RGB
CMYK
RGB Variations
Color information
#CC6F55 (or 0xCC6F55) is known color: Japonica. HEX triplet: CC, 6F and 55. RGB value is (204,111,85). Sum of RGB (Red+Green+Blue) = 204+111+85=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 85 (33.59% from 255 or 21.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F55 is #3390AA. Grayscale: #888888. Windows color (decimal): -3379371 or 5599180. OLE color: 5599180.
HSL color Cylindrical-coordinate representation of color #CC6F55: hue angle of 13.11º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6F55 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 85 | - |
| CMYK | 0 | 0.46 | 0.58 | 0.2 |
| HSL | 13.11º | 0.54% | 0.57% | - |
| HSV(B) | 13.11º | 0.58% | 0.8% | - |
| XYZ | 32.23 | 24.86 | 11.69 | - |
| YUV | 135.84 | 99.31 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 85 | 0 | 0.46 | 0.58 | 0.2 | 13.11 | 0.54 | 0.57 |
| Hex | CC | 6F | 55 | 0 | 2E | 3A | 14 | D | 36 | 39 |
| Octal | 314 | 157 | 125 | 0 | 56 | 72 | 24 | 15 | 66 | 71 |
| Binary | 11001100 | 1101111 | 1010101 | 0 | 101110 | 111010 | 10100 | 1101 | 110110 | 111001 |
Color Harmonies of #CC6F55
Complementary color
Monochromatic Colors of #CC6F55
Black with #CC6F55
Text Example
Text Example
White with #CC6F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F55; }
p { color: rgb(204,111,85); }
H1.HeaderClassName
{
color: #CC6F55;
}
.AnyTagClassName
{
color: #CC6F55;
}
</style>
background-color css
<style>
a { background-color: #CC6F55; }
a { background-color: rgb(204,111,85); }
div.DivClassName
{
background-color: #CC6F55;
}
.BgClassName
{
background-color: #CC6F55;
}
</style>
border-color css
<style>
span { border-color: #CC6F55; }
span { border-color: rgb(204,111,85); }
td.TdClassName
{
border-color: #CC6F55;
}
.TagClassName
{
border-color: #CC6F55;
}
</style>