Shades of Japonica #CA765B
Tints of Japonica #CA765B
RGB
CMYK
RGB Variations
Color information
#CA765B (or 0xCA765B) is known color: Japonica. HEX triplet: CA, 76 and 5B. RGB value is (202,118,91). Sum of RGB (Red+Green+Blue) = 202+118+91=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA765B is #3589A4. Grayscale: #8C8C8C. Windows color (decimal): -3508645 or 5994186. OLE color: 5994186.
HSL color Cylindrical-coordinate representation of color #CA765B: hue angle of 14.59º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA765B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 91 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.21 |
| HSL | 14.59º | 0.51% | 0.57% | - |
| HSV(B) | 14.59º | 0.55% | 0.79% | - |
| XYZ | 32.72 | 26.27 | 13.24 | - |
| YUV | 140.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 91 | 0 | 0.42 | 0.55 | 0.21 | 14.59 | 0.51 | 0.57 |
| Hex | CA | 76 | 5B | 0 | 2A | 37 | 15 | F | 33 | 39 |
| Octal | 312 | 166 | 133 | 0 | 52 | 67 | 25 | 17 | 63 | 71 |
| Binary | 11001010 | 1110110 | 1011011 | 0 | 101010 | 110111 | 10101 | 1111 | 110011 | 111001 |
Color Harmonies of #CA765B
Complementary color
Monochromatic Colors of #CA765B
Black with #CA765B
Text Example
Text Example
White with #CA765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA765B; }
p { color: rgb(202,118,91); }
H1.HeaderClassName
{
color: #CA765B;
}
.AnyTagClassName
{
color: #CA765B;
}
</style>
background-color css
<style>
a { background-color: #CA765B; }
a { background-color: rgb(202,118,91); }
div.DivClassName
{
background-color: #CA765B;
}
.BgClassName
{
background-color: #CA765B;
}
</style>
border-color css
<style>
span { border-color: #CA765B; }
span { border-color: rgb(202,118,91); }
td.TdClassName
{
border-color: #CA765B;
}
.TagClassName
{
border-color: #CA765B;
}
</style>