Shades of Japonica #CA745F
Tints of Japonica #CA745F
RGB
CMYK
RGB Variations
Color information
#CA745F (or 0xCA745F) is known color: Japonica. HEX triplet: CA, 74 and 5F. RGB value is (202,116,95). Sum of RGB (Red+Green+Blue) = 202+116+95=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 95 (37.5% from 255 or 23.00% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA745F is #358BA0. Grayscale: #8B8B8B. Windows color (decimal): -3509153 or 6255818. OLE color: 6255818.
HSL color Cylindrical-coordinate representation of color #CA745F: hue angle of 11.78º 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 #CA745F is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 95 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.21 |
| HSL | 11.78º | 0.5% | 0.58% | - |
| HSV(B) | 11.78º | 0.53% | 0.79% | - |
| XYZ | 32.67 | 25.87 | 14.1 | - |
| YUV | 139.32 | 102.99 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 95 | 0 | 0.43 | 0.53 | 0.21 | 11.78 | 0.5 | 0.58 |
| Hex | CA | 74 | 5F | 0 | 2B | 35 | 15 | C | 32 | 3A |
| Octal | 312 | 164 | 137 | 0 | 53 | 65 | 25 | 14 | 62 | 72 |
| Binary | 11001010 | 1110100 | 1011111 | 0 | 101011 | 110101 | 10101 | 1100 | 110010 | 111010 |
Color Harmonies of #CA745F
Complementary color
Monochromatic Colors of #CA745F
Black with #CA745F
Text Example
Text Example
White with #CA745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA745F; }
p { color: rgb(202,116,95); }
H1.HeaderClassName
{
color: #CA745F;
}
.AnyTagClassName
{
color: #CA745F;
}
</style>
background-color css
<style>
a { background-color: #CA745F; }
a { background-color: rgb(202,116,95); }
div.DivClassName
{
background-color: #CA745F;
}
.BgClassName
{
background-color: #CA745F;
}
</style>
border-color css
<style>
span { border-color: #CA745F; }
span { border-color: rgb(202,116,95); }
td.TdClassName
{
border-color: #CA745F;
}
.TagClassName
{
border-color: #CA745F;
}
</style>