Shades of Japonica #CC7C55
Tints of Japonica #CC7C55
RGB
CMYK
RGB Variations
Color information
#CC7C55 (or 0xCC7C55) is known color: Japonica. HEX triplet: CC, 7C and 55. RGB value is (204,124,85). Sum of RGB (Red+Green+Blue) = 204+124+85=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C55 is #3383AA. Grayscale: #8F8F8F. Windows color (decimal): -3376043 or 5602508. OLE color: 5602508.
HSL color Cylindrical-coordinate representation of color #CC7C55: hue angle of 19.66º 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 #CC7C55 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 85 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.2 |
| HSL | 19.66º | 0.54% | 0.57% | - |
| HSV(B) | 19.66º | 0.58% | 0.8% | - |
| XYZ | 33.75 | 27.91 | 12.2 | - |
| YUV | 143.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 85 | 0 | 0.39 | 0.58 | 0.2 | 19.66 | 0.54 | 0.57 |
| Hex | CC | 7C | 55 | 0 | 27 | 3A | 14 | 14 | 36 | 39 |
| Octal | 314 | 174 | 125 | 0 | 47 | 72 | 24 | 24 | 66 | 71 |
| Binary | 11001100 | 1111100 | 1010101 | 0 | 100111 | 111010 | 10100 | 10100 | 110110 | 111001 |
Color Harmonies of #CC7C55
Complementary color
Monochromatic Colors of #CC7C55
Black with #CC7C55
Text Example
Text Example
White with #CC7C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C55; }
p { color: rgb(204,124,85); }
H1.HeaderClassName
{
color: #CC7C55;
}
.AnyTagClassName
{
color: #CC7C55;
}
</style>
background-color css
<style>
a { background-color: #CC7C55; }
a { background-color: rgb(204,124,85); }
div.DivClassName
{
background-color: #CC7C55;
}
.BgClassName
{
background-color: #CC7C55;
}
</style>
border-color css
<style>
span { border-color: #CC7C55; }
span { border-color: rgb(204,124,85); }
td.TdClassName
{
border-color: #CC7C55;
}
.TagClassName
{
border-color: #CC7C55;
}
</style>