Shades of Japonica #CC7462
Tints of Japonica #CC7462
RGB
CMYK
RGB Variations
Color information
#CC7462 (or 0xCC7462) is known color: Japonica. HEX triplet: CC, 74 and 62. RGB value is (204,116,98). Sum of RGB (Red+Green+Blue) = 204+116+98=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7462 is #338B9D. Grayscale: #8C8C8C. Windows color (decimal): -3378078 or 6452428. OLE color: 6452428.
HSL color Cylindrical-coordinate representation of color #CC7462: hue angle of 10.19º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7462 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 116 | 98 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.2 |
| HSL | 10.19º | 0.51% | 0.59% | - |
| HSV(B) | 10.19º | 0.52% | 0.8% | - |
| XYZ | 33.35 | 26.21 | 14.86 | - |
| YUV | 140.26 | 104.15 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 116 | 98 | 0 | 0.43 | 0.52 | 0.2 | 10.19 | 0.51 | 0.59 |
| Hex | CC | 74 | 62 | 0 | 2B | 34 | 14 | A | 33 | 3B |
| Octal | 314 | 164 | 142 | 0 | 53 | 64 | 24 | 12 | 63 | 73 |
| Binary | 11001100 | 1110100 | 1100010 | 0 | 101011 | 110100 | 10100 | 1010 | 110011 | 111011 |
Color Harmonies of #CC7462
Complementary color
Monochromatic Colors of #CC7462
Black with #CC7462
Text Example
Text Example
White with #CC7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7462; }
p { color: rgb(204,116,98); }
H1.HeaderClassName
{
color: #CC7462;
}
.AnyTagClassName
{
color: #CC7462;
}
</style>
background-color css
<style>
a { background-color: #CC7462; }
a { background-color: rgb(204,116,98); }
div.DivClassName
{
background-color: #CC7462;
}
.BgClassName
{
background-color: #CC7462;
}
</style>
border-color css
<style>
span { border-color: #CC7462; }
span { border-color: rgb(204,116,98); }
td.TdClassName
{
border-color: #CC7462;
}
.TagClassName
{
border-color: #CC7462;
}
</style>