Shades of Japonica #CC6F5D
Tints of Japonica #CC6F5D
RGB
CMYK
RGB Variations
Color information
#CC6F5D (or 0xCC6F5D) is known color: Japonica. HEX triplet: CC, 6F and 5D. RGB value is (204,111,93). Sum of RGB (Red+Green+Blue) = 204+111+93=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F5D is #3390A2. Grayscale: #888888. Windows color (decimal): -3379363 or 6123468. OLE color: 6123468.
HSL color Cylindrical-coordinate representation of color #CC6F5D: hue angle of 9.73º 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 #CC6F5D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 93 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.2 |
| HSL | 9.73º | 0.52% | 0.58% | - |
| HSV(B) | 9.73º | 0.54% | 0.8% | - |
| XYZ | 32.56 | 25 | 13.46 | - |
| YUV | 136.76 | 103.31 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 93 | 0 | 0.46 | 0.54 | 0.2 | 9.73 | 0.52 | 0.58 |
| Hex | CC | 6F | 5D | 0 | 2E | 36 | 14 | A | 34 | 3A |
| Octal | 314 | 157 | 135 | 0 | 56 | 66 | 24 | 12 | 64 | 72 |
| Binary | 11001100 | 1101111 | 1011101 | 0 | 101110 | 110110 | 10100 | 1010 | 110100 | 111010 |
Color Harmonies of #CC6F5D
Complementary color
Monochromatic Colors of #CC6F5D
Black with #CC6F5D
Text Example
Text Example
White with #CC6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F5D; }
p { color: rgb(204,111,93); }
H1.HeaderClassName
{
color: #CC6F5D;
}
.AnyTagClassName
{
color: #CC6F5D;
}
</style>
background-color css
<style>
a { background-color: #CC6F5D; }
a { background-color: rgb(204,111,93); }
div.DivClassName
{
background-color: #CC6F5D;
}
.BgClassName
{
background-color: #CC6F5D;
}
</style>
border-color css
<style>
span { border-color: #CC6F5D; }
span { border-color: rgb(204,111,93); }
td.TdClassName
{
border-color: #CC6F5D;
}
.TagClassName
{
border-color: #CC6F5D;
}
</style>