Shades of Japonica #CA735E
Tints of Japonica #CA735E
RGB
CMYK
RGB Variations
Color information
#CA735E (or 0xCA735E) is known color: Japonica. HEX triplet: CA, 73 and 5E. RGB value is (202,115,94). Sum of RGB (Red+Green+Blue) = 202+115+94=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA735E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA735E is #358CA1. Grayscale: #8A8A8A. Windows color (decimal): -3509410 or 6190026. OLE color: 6190026.
HSL color Cylindrical-coordinate representation of color #CA735E: hue angle of 11.67º 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 #CA735E is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 94 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.21 |
| HSL | 11.67º | 0.5% | 0.58% | - |
| HSV(B) | 11.67º | 0.53% | 0.79% | - |
| XYZ | 32.51 | 25.63 | 13.82 | - |
| YUV | 138.62 | 102.82 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 94 | 0 | 0.43 | 0.53 | 0.21 | 11.67 | 0.5 | 0.58 |
| Hex | CA | 73 | 5E | 0 | 2B | 35 | 15 | C | 32 | 3A |
| Octal | 312 | 163 | 136 | 0 | 53 | 65 | 25 | 14 | 62 | 72 |
| Binary | 11001010 | 1110011 | 1011110 | 0 | 101011 | 110101 | 10101 | 1100 | 110010 | 111010 |
Color Harmonies of #CA735E
Complementary color
Monochromatic Colors of #CA735E
Black with #CA735E
Text Example
Text Example
White with #CA735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA735E; }
p { color: rgb(202,115,94); }
H1.HeaderClassName
{
color: #CA735E;
}
.AnyTagClassName
{
color: #CA735E;
}
</style>
background-color css
<style>
a { background-color: #CA735E; }
a { background-color: rgb(202,115,94); }
div.DivClassName
{
background-color: #CA735E;
}
.BgClassName
{
background-color: #CA735E;
}
</style>
border-color css
<style>
span { border-color: #CA735E; }
span { border-color: rgb(202,115,94); }
td.TdClassName
{
border-color: #CA735E;
}
.TagClassName
{
border-color: #CA735E;
}
</style>