Shades of Japonica #CC765F
Tints of Japonica #CC765F
RGB
CMYK
RGB Variations
Color information
#CC765F (or 0xCC765F) is known color: Japonica. HEX triplet: CC, 76 and 5F. RGB value is (204,118,95). Sum of RGB (Red+Green+Blue) = 204+118+95=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC765F is #3389A0. Grayscale: #8D8D8D. Windows color (decimal): -3377569 or 6256332. OLE color: 6256332.
HSL color Cylindrical-coordinate representation of color #CC765F: hue angle of 12.66º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC765F is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 95 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.2 |
| HSL | 12.66º | 0.52% | 0.59% | - |
| HSV(B) | 12.66º | 0.53% | 0.8% | - |
| XYZ | 33.45 | 26.62 | 14.2 | - |
| YUV | 141.09 | 101.99 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 95 | 0 | 0.42 | 0.53 | 0.2 | 12.66 | 0.52 | 0.59 |
| Hex | CC | 76 | 5F | 0 | 2A | 35 | 14 | D | 34 | 3B |
| Octal | 314 | 166 | 137 | 0 | 52 | 65 | 24 | 15 | 64 | 73 |
| Binary | 11001100 | 1110110 | 1011111 | 0 | 101010 | 110101 | 10100 | 1101 | 110100 | 111011 |
Color Harmonies of #CC765F
Complementary color
Monochromatic Colors of #CC765F
Black with #CC765F
Text Example
Text Example
White with #CC765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC765F; }
p { color: rgb(204,118,95); }
H1.HeaderClassName
{
color: #CC765F;
}
.AnyTagClassName
{
color: #CC765F;
}
</style>
background-color css
<style>
a { background-color: #CC765F; }
a { background-color: rgb(204,118,95); }
div.DivClassName
{
background-color: #CC765F;
}
.BgClassName
{
background-color: #CC765F;
}
</style>
border-color css
<style>
span { border-color: #CC765F; }
span { border-color: rgb(204,118,95); }
td.TdClassName
{
border-color: #CC765F;
}
.TagClassName
{
border-color: #CC765F;
}
</style>