Shades of Japonica #CC7956
Tints of Japonica #CC7956
RGB
CMYK
RGB Variations
Color information
#CC7956 (or 0xCC7956) is known color: Japonica. HEX triplet: CC, 79 and 56. RGB value is (204,121,86). Sum of RGB (Red+Green+Blue) = 204+121+86=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7956 is #3386A9. Grayscale: #8E8E8E. Windows color (decimal): -3376810 or 5667276. OLE color: 5667276.
HSL color Cylindrical-coordinate representation of color #CC7956: hue angle of 17.8º 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 #CC7956 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 121 | 86 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.2 |
| HSL | 17.8º | 0.54% | 0.57% | - |
| HSV(B) | 17.8º | 0.58% | 0.8% | - |
| XYZ | 33.42 | 27.18 | 12.29 | - |
| YUV | 141.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 121 | 86 | 0 | 0.41 | 0.58 | 0.2 | 17.8 | 0.54 | 0.57 |
| Hex | CC | 79 | 56 | 0 | 29 | 3A | 14 | 12 | 36 | 39 |
| Octal | 314 | 171 | 126 | 0 | 51 | 72 | 24 | 22 | 66 | 71 |
| Binary | 11001100 | 1111001 | 1010110 | 0 | 101001 | 111010 | 10100 | 10010 | 110110 | 111001 |
Color Harmonies of #CC7956
Complementary color
Monochromatic Colors of #CC7956
Black with #CC7956
Text Example
Text Example
White with #CC7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7956; }
p { color: rgb(204,121,86); }
H1.HeaderClassName
{
color: #CC7956;
}
.AnyTagClassName
{
color: #CC7956;
}
</style>
background-color css
<style>
a { background-color: #CC7956; }
a { background-color: rgb(204,121,86); }
div.DivClassName
{
background-color: #CC7956;
}
.BgClassName
{
background-color: #CC7956;
}
</style>
border-color css
<style>
span { border-color: #CC7956; }
span { border-color: rgb(204,121,86); }
td.TdClassName
{
border-color: #CC7956;
}
.TagClassName
{
border-color: #CC7956;
}
</style>