Shades of Japonica #CA765E
Tints of Japonica #CA765E
RGB
CMYK
RGB Variations
Color information
#CA765E (or 0xCA765E) is known color: Japonica. HEX triplet: CA, 76 and 5E. RGB value is (202,118,94). Sum of RGB (Red+Green+Blue) = 202+118+94=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA765E is #3589A1. Grayscale: #8C8C8C. Windows color (decimal): -3508642 or 6190794. OLE color: 6190794.
HSL color Cylindrical-coordinate representation of color #CA765E: hue angle of 13.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA765E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 94 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.21 |
| HSL | 13.33º | 0.5% | 0.58% | - |
| HSV(B) | 13.33º | 0.53% | 0.79% | - |
| XYZ | 32.86 | 26.32 | 13.94 | - |
| YUV | 140.38 | 101.83 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 94 | 0 | 0.42 | 0.53 | 0.21 | 13.33 | 0.5 | 0.58 |
| Hex | CA | 76 | 5E | 0 | 2A | 35 | 15 | D | 32 | 3A |
| Octal | 312 | 166 | 136 | 0 | 52 | 65 | 25 | 15 | 62 | 72 |
| Binary | 11001010 | 1110110 | 1011110 | 0 | 101010 | 110101 | 10101 | 1101 | 110010 | 111010 |
Color Harmonies of #CA765E
Complementary color
Monochromatic Colors of #CA765E
Black with #CA765E
Text Example
Text Example
White with #CA765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA765E; }
p { color: rgb(202,118,94); }
H1.HeaderClassName
{
color: #CA765E;
}
.AnyTagClassName
{
color: #CA765E;
}
</style>
background-color css
<style>
a { background-color: #CA765E; }
a { background-color: rgb(202,118,94); }
div.DivClassName
{
background-color: #CA765E;
}
.BgClassName
{
background-color: #CA765E;
}
</style>
border-color css
<style>
span { border-color: #CA765E; }
span { border-color: rgb(202,118,94); }
td.TdClassName
{
border-color: #CA765E;
}
.TagClassName
{
border-color: #CA765E;
}
</style>