Shades of Japonica #CA7C54
Tints of Japonica #CA7C54
RGB
CMYK
RGB Variations
Color information
#CA7C54 (or 0xCA7C54) is known color: Japonica. HEX triplet: CA, 7C and 54. RGB value is (202,124,84). Sum of RGB (Red+Green+Blue) = 202+124+84=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7C54 is #3583AB. Grayscale: #8F8F8F. Windows color (decimal): -3507116 or 5536970. OLE color: 5536970.
HSL color Cylindrical-coordinate representation of color #CA7C54: hue angle of 20.34º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA7C54 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 84 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.21 |
| HSL | 20.34º | 0.53% | 0.56% | - |
| HSV(B) | 20.34º | 0.58% | 0.79% | - |
| XYZ | 33.17 | 27.61 | 11.97 | - |
| YUV | 142.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 84 | 0 | 0.39 | 0.58 | 0.21 | 20.34 | 0.53 | 0.56 |
| Hex | CA | 7C | 54 | 0 | 27 | 3A | 15 | 14 | 35 | 38 |
| Octal | 312 | 174 | 124 | 0 | 47 | 72 | 25 | 24 | 65 | 70 |
| Binary | 11001010 | 1111100 | 1010100 | 0 | 100111 | 111010 | 10101 | 10100 | 110101 | 111000 |
Color Harmonies of #CA7C54
Complementary color
Monochromatic Colors of #CA7C54
Black with #CA7C54
Text Example
Text Example
White with #CA7C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7C54; }
p { color: rgb(202,124,84); }
H1.HeaderClassName
{
color: #CA7C54;
}
.AnyTagClassName
{
color: #CA7C54;
}
</style>
background-color css
<style>
a { background-color: #CA7C54; }
a { background-color: rgb(202,124,84); }
div.DivClassName
{
background-color: #CA7C54;
}
.BgClassName
{
background-color: #CA7C54;
}
</style>
border-color css
<style>
span { border-color: #CA7C54; }
span { border-color: rgb(202,124,84); }
td.TdClassName
{
border-color: #CA7C54;
}
.TagClassName
{
border-color: #CA7C54;
}
</style>