Shades of Japonica #CA7A59
Tints of Japonica #CA7A59
RGB
CMYK
RGB Variations
Color information
#CA7A59 (or 0xCA7A59) is known color: Japonica. HEX triplet: CA, 7A and 59. RGB value is (202,122,89). Sum of RGB (Red+Green+Blue) = 202+122+89=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 122 (48.05% from 255 or 29.54% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A59 is #3585A6. Grayscale: #8E8E8E. Windows color (decimal): -3507623 or 5864138. OLE color: 5864138.
HSL color Cylindrical-coordinate representation of color #CA7A59: hue angle of 17.52º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA7A59 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 89 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.21 |
| HSL | 17.52º | 0.52% | 0.57% | - |
| HSV(B) | 17.52º | 0.56% | 0.79% | - |
| XYZ | 33.12 | 27.2 | 12.96 | - |
| YUV | 142.16 | 98 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 89 | 0 | 0.40 | 0.56 | 0.21 | 17.52 | 0.52 | 0.57 |
| Hex | CA | 7A | 59 | 0 | 28 | 38 | 15 | 12 | 34 | 39 |
| Octal | 312 | 172 | 131 | 0 | 50 | 70 | 25 | 22 | 64 | 71 |
| Binary | 11001010 | 1111010 | 1011001 | 0 | 101000 | 111000 | 10101 | 10010 | 110100 | 111001 |
Color Harmonies of #CA7A59
Complementary color
Monochromatic Colors of #CA7A59
Black with #CA7A59
Text Example
Text Example
White with #CA7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A59; }
p { color: rgb(202,122,89); }
H1.HeaderClassName
{
color: #CA7A59;
}
.AnyTagClassName
{
color: #CA7A59;
}
</style>
background-color css
<style>
a { background-color: #CA7A59; }
a { background-color: rgb(202,122,89); }
div.DivClassName
{
background-color: #CA7A59;
}
.BgClassName
{
background-color: #CA7A59;
}
</style>
border-color css
<style>
span { border-color: #CA7A59; }
span { border-color: rgb(202,122,89); }
td.TdClassName
{
border-color: #CA7A59;
}
.TagClassName
{
border-color: #CA7A59;
}
</style>