Shades of Japonica #CC7A5D
Tints of Japonica #CC7A5D
RGB
CMYK
RGB Variations
Color information
#CC7A5D (or 0xCC7A5D) is known color: Japonica. HEX triplet: CC, 7A and 5D. RGB value is (204,122,93). Sum of RGB (Red+Green+Blue) = 204+122+93=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A5D is #3385A2. Grayscale: #8F8F8F. Windows color (decimal): -3376547 or 6126284. OLE color: 6126284.
HSL color Cylindrical-coordinate representation of color #CC7A5D: hue angle of 15.68º 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 #CC7A5D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 93 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.2 |
| HSL | 15.68º | 0.52% | 0.58% | - |
| HSV(B) | 15.68º | 0.54% | 0.8% | - |
| XYZ | 33.84 | 27.55 | 13.89 | - |
| YUV | 143.21 | 99.67 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 93 | 0 | 0.40 | 0.54 | 0.2 | 15.68 | 0.52 | 0.58 |
| Hex | CC | 7A | 5D | 0 | 28 | 36 | 14 | 10 | 34 | 3A |
| Octal | 314 | 172 | 135 | 0 | 50 | 66 | 24 | 20 | 64 | 72 |
| Binary | 11001100 | 1111010 | 1011101 | 0 | 101000 | 110110 | 10100 | 10000 | 110100 | 111010 |
Color Harmonies of #CC7A5D
Complementary color
Monochromatic Colors of #CC7A5D
Black with #CC7A5D
Text Example
Text Example
White with #CC7A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A5D; }
p { color: rgb(204,122,93); }
H1.HeaderClassName
{
color: #CC7A5D;
}
.AnyTagClassName
{
color: #CC7A5D;
}
</style>
background-color css
<style>
a { background-color: #CC7A5D; }
a { background-color: rgb(204,122,93); }
div.DivClassName
{
background-color: #CC7A5D;
}
.BgClassName
{
background-color: #CC7A5D;
}
</style>
border-color css
<style>
span { border-color: #CC7A5D; }
span { border-color: rgb(204,122,93); }
td.TdClassName
{
border-color: #CC7A5D;
}
.TagClassName
{
border-color: #CC7A5D;
}
</style>