Shades of Japonica #CA7553
Tints of Japonica #CA7553
RGB
CMYK
RGB Variations
Color information
#CA7553 (or 0xCA7553) is known color: Japonica. HEX triplet: CA, 75 and 53. RGB value is (202,117,83). Sum of RGB (Red+Green+Blue) = 202+117+83=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7553 is #358AAC. Grayscale: #8A8A8A. Windows color (decimal): -3508909 or 5469642. OLE color: 5469642.
HSL color Cylindrical-coordinate representation of color #CA7553: hue angle of 17.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA7553 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 83 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.21 |
| HSL | 17.14º | 0.53% | 0.56% | - |
| HSV(B) | 17.14º | 0.59% | 0.79% | - |
| XYZ | 32.28 | 25.9 | 11.48 | - |
| YUV | 138.54 | 96.66 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 83 | 0 | 0.42 | 0.59 | 0.21 | 17.14 | 0.53 | 0.56 |
| Hex | CA | 75 | 53 | 0 | 2A | 3B | 15 | 11 | 35 | 38 |
| Octal | 312 | 165 | 123 | 0 | 52 | 73 | 25 | 21 | 65 | 70 |
| Binary | 11001010 | 1110101 | 1010011 | 0 | 101010 | 111011 | 10101 | 10001 | 110101 | 111000 |
Color Harmonies of #CA7553
Complementary color
Monochromatic Colors of #CA7553
Black with #CA7553
Text Example
Text Example
White with #CA7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7553; }
p { color: rgb(202,117,83); }
H1.HeaderClassName
{
color: #CA7553;
}
.AnyTagClassName
{
color: #CA7553;
}
</style>
background-color css
<style>
a { background-color: #CA7553; }
a { background-color: rgb(202,117,83); }
div.DivClassName
{
background-color: #CA7553;
}
.BgClassName
{
background-color: #CA7553;
}
</style>
border-color css
<style>
span { border-color: #CA7553; }
span { border-color: rgb(202,117,83); }
td.TdClassName
{
border-color: #CA7553;
}
.TagClassName
{
border-color: #CA7553;
}
</style>