Shades of Japonica #CA7A5B
Tints of Japonica #CA7A5B
RGB
CMYK
RGB Variations
Color information
#CA7A5B (or 0xCA7A5B) is known color: Japonica. HEX triplet: CA, 7A and 5B. RGB value is (202,122,91). Sum of RGB (Red+Green+Blue) = 202+122+91=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7A5B is #3585A4. Grayscale: #8E8E8E. Windows color (decimal): -3507621 or 5995210. OLE color: 5995210.
HSL color Cylindrical-coordinate representation of color #CA7A5B: hue angle of 16.76º 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 #CA7A5B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 122 | 91 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.21 |
| HSL | 16.76º | 0.51% | 0.57% | - |
| HSV(B) | 16.76º | 0.55% | 0.79% | - |
| XYZ | 33.2 | 27.23 | 13.4 | - |
| YUV | 142.39 | 99 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 122 | 91 | 0 | 0.40 | 0.55 | 0.21 | 16.76 | 0.51 | 0.57 |
| Hex | CA | 7A | 5B | 0 | 28 | 37 | 15 | 11 | 33 | 39 |
| Octal | 312 | 172 | 133 | 0 | 50 | 67 | 25 | 21 | 63 | 71 |
| Binary | 11001010 | 1111010 | 1011011 | 0 | 101000 | 110111 | 10101 | 10001 | 110011 | 111001 |
Color Harmonies of #CA7A5B
Complementary color
Monochromatic Colors of #CA7A5B
Black with #CA7A5B
Text Example
Text Example
White with #CA7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7A5B; }
p { color: rgb(202,122,91); }
H1.HeaderClassName
{
color: #CA7A5B;
}
.AnyTagClassName
{
color: #CA7A5B;
}
</style>
background-color css
<style>
a { background-color: #CA7A5B; }
a { background-color: rgb(202,122,91); }
div.DivClassName
{
background-color: #CA7A5B;
}
.BgClassName
{
background-color: #CA7A5B;
}
</style>
border-color css
<style>
span { border-color: #CA7A5B; }
span { border-color: rgb(202,122,91); }
td.TdClassName
{
border-color: #CA7A5B;
}
.TagClassName
{
border-color: #CA7A5B;
}
</style>