Shades of Japonica #CC6A5D
Tints of Japonica #CC6A5D
RGB
CMYK
RGB Variations
Color information
#CC6A5D (or 0xCC6A5D) is known color: Japonica. HEX triplet: CC, 6A and 5D. RGB value is (204,106,93). Sum of RGB (Red+Green+Blue) = 204+106+93=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A5D is #3395A2. Grayscale: #858585. Windows color (decimal): -3380643 or 6122188. OLE color: 6122188.
HSL color Cylindrical-coordinate representation of color #CC6A5D: hue angle of 7.03º 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 #CC6A5D is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 93 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.2 |
| HSL | 7.03º | 0.52% | 0.58% | - |
| HSV(B) | 7.03º | 0.54% | 0.8% | - |
| XYZ | 32.03 | 23.94 | 13.29 | - |
| YUV | 133.82 | 104.97 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 93 | 0 | 0.48 | 0.54 | 0.2 | 7.03 | 0.52 | 0.58 |
| Hex | CC | 6A | 5D | 0 | 30 | 36 | 14 | 7 | 34 | 3A |
| Octal | 314 | 152 | 135 | 0 | 60 | 66 | 24 | 7 | 64 | 72 |
| Binary | 11001100 | 1101010 | 1011101 | 0 | 110000 | 110110 | 10100 | 111 | 110100 | 111010 |
Color Harmonies of #CC6A5D
Complementary color
Monochromatic Colors of #CC6A5D
Black with #CC6A5D
Text Example
Text Example
White with #CC6A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A5D; }
p { color: rgb(204,106,93); }
H1.HeaderClassName
{
color: #CC6A5D;
}
.AnyTagClassName
{
color: #CC6A5D;
}
</style>
background-color css
<style>
a { background-color: #CC6A5D; }
a { background-color: rgb(204,106,93); }
div.DivClassName
{
background-color: #CC6A5D;
}
.BgClassName
{
background-color: #CC6A5D;
}
</style>
border-color css
<style>
span { border-color: #CC6A5D; }
span { border-color: rgb(204,106,93); }
td.TdClassName
{
border-color: #CC6A5D;
}
.TagClassName
{
border-color: #CC6A5D;
}
</style>