Shades of Japonica #CC765B
Tints of Japonica #CC765B
RGB
CMYK
RGB Variations
Color information
#CC765B (or 0xCC765B) is known color: Japonica. HEX triplet: CC, 76 and 5B. RGB value is (204,118,91). Sum of RGB (Red+Green+Blue) = 204+118+91=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765B is #3389A4. Grayscale: #8C8C8C. Windows color (decimal): -3377573 or 5994188. OLE color: 5994188.
HSL color Cylindrical-coordinate representation of color #CC765B: hue angle of 14.34º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC765B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 91 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.2 |
| HSL | 14.34º | 0.53% | 0.58% | - |
| HSV(B) | 14.34º | 0.55% | 0.8% | - |
| XYZ | 33.27 | 26.55 | 13.27 | - |
| YUV | 140.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 91 | 0 | 0.42 | 0.55 | 0.2 | 14.34 | 0.53 | 0.58 |
| Hex | CC | 76 | 5B | 0 | 2A | 37 | 14 | E | 35 | 3A |
| Octal | 314 | 166 | 133 | 0 | 52 | 67 | 24 | 16 | 65 | 72 |
| Binary | 11001100 | 1110110 | 1011011 | 0 | 101010 | 110111 | 10100 | 1110 | 110101 | 111010 |
Color Harmonies of #CC765B
Complementary color
Monochromatic Colors of #CC765B
Black with #CC765B
Text Example
Text Example
White with #CC765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC765B; }
p { color: rgb(204,118,91); }
H1.HeaderClassName
{
color: #CC765B;
}
.AnyTagClassName
{
color: #CC765B;
}
</style>
background-color css
<style>
a { background-color: #CC765B; }
a { background-color: rgb(204,118,91); }
div.DivClassName
{
background-color: #CC765B;
}
.BgClassName
{
background-color: #CC765B;
}
</style>
border-color css
<style>
span { border-color: #CC765B; }
span { border-color: rgb(204,118,91); }
td.TdClassName
{
border-color: #CC765B;
}
.TagClassName
{
border-color: #CC765B;
}
</style>