Shades of Japonica #CC765C
Tints of Japonica #CC765C
RGB
CMYK
RGB Variations
Color information
#CC765C (or 0xCC765C) is known color: Japonica. HEX triplet: CC, 76 and 5C. RGB value is (204,118,92). Sum of RGB (Red+Green+Blue) = 204+118+92=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765C is #3389A3. Grayscale: #8C8C8C. Windows color (decimal): -3377572 or 6059724. OLE color: 6059724.
HSL color Cylindrical-coordinate representation of color #CC765C: hue angle of 13.93º degrees, saturation: 0.52, 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 #CC765C is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 92 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.2 |
| HSL | 13.93º | 0.52% | 0.58% | - |
| HSV(B) | 13.93º | 0.55% | 0.8% | - |
| XYZ | 33.31 | 26.57 | 13.5 | - |
| YUV | 140.75 | 100.49 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 92 | 0 | 0.42 | 0.55 | 0.2 | 13.93 | 0.52 | 0.58 |
| Hex | CC | 76 | 5C | 0 | 2A | 37 | 14 | E | 34 | 3A |
| Octal | 314 | 166 | 134 | 0 | 52 | 67 | 24 | 16 | 64 | 72 |
| Binary | 11001100 | 1110110 | 1011100 | 0 | 101010 | 110111 | 10100 | 1110 | 110100 | 111010 |
Color Harmonies of #CC765C
Complementary color
Monochromatic Colors of #CC765C
Black with #CC765C
Text Example
Text Example
White with #CC765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC765C; }
p { color: rgb(204,118,92); }
H1.HeaderClassName
{
color: #CC765C;
}
.AnyTagClassName
{
color: #CC765C;
}
</style>
background-color css
<style>
a { background-color: #CC765C; }
a { background-color: rgb(204,118,92); }
div.DivClassName
{
background-color: #CC765C;
}
.BgClassName
{
background-color: #CC765C;
}
</style>
border-color css
<style>
span { border-color: #CC765C; }
span { border-color: rgb(204,118,92); }
td.TdClassName
{
border-color: #CC765C;
}
.TagClassName
{
border-color: #CC765C;
}
</style>