Shades of Japonica #CC785D
Tints of Japonica #CC785D
RGB
CMYK
RGB Variations
Color information
#CC785D (or 0xCC785D) is known color: Japonica. HEX triplet: CC, 78 and 5D. RGB value is (204,120,93). Sum of RGB (Red+Green+Blue) = 204+120+93=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC785D is #3387A2. Grayscale: #8E8E8E. Windows color (decimal): -3377059 or 6125772. OLE color: 6125772.
HSL color Cylindrical-coordinate representation of color #CC785D: hue angle of 14.59º 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 #CC785D is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 93 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.2 |
| HSL | 14.59º | 0.52% | 0.58% | - |
| HSV(B) | 14.59º | 0.54% | 0.8% | - |
| XYZ | 33.59 | 27.06 | 13.81 | - |
| YUV | 142.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 93 | 0 | 0.41 | 0.54 | 0.2 | 14.59 | 0.52 | 0.58 |
| Hex | CC | 78 | 5D | 0 | 29 | 36 | 14 | F | 34 | 3A |
| Octal | 314 | 170 | 135 | 0 | 51 | 66 | 24 | 17 | 64 | 72 |
| Binary | 11001100 | 1111000 | 1011101 | 0 | 101001 | 110110 | 10100 | 1111 | 110100 | 111010 |
Color Harmonies of #CC785D
Complementary color
Monochromatic Colors of #CC785D
Black with #CC785D
Text Example
Text Example
White with #CC785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC785D; }
p { color: rgb(204,120,93); }
H1.HeaderClassName
{
color: #CC785D;
}
.AnyTagClassName
{
color: #CC785D;
}
</style>
background-color css
<style>
a { background-color: #CC785D; }
a { background-color: rgb(204,120,93); }
div.DivClassName
{
background-color: #CC785D;
}
.BgClassName
{
background-color: #CC785D;
}
</style>
border-color css
<style>
span { border-color: #CC785D; }
span { border-color: rgb(204,120,93); }
td.TdClassName
{
border-color: #CC785D;
}
.TagClassName
{
border-color: #CC785D;
}
</style>