Shades of Japonica #CA7153
Tints of Japonica #CA7153
RGB
CMYK
RGB Variations
Color information
#CA7153 (or 0xCA7153) is known color: Japonica. HEX triplet: CA, 71 and 53. RGB value is (202,113,83). Sum of RGB (Red+Green+Blue) = 202+113+83=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7153 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7153 is #358EAC. Grayscale: #888888. Windows color (decimal): -3509933 or 5468618. OLE color: 5468618.
HSL color Cylindrical-coordinate representation of color #CA7153: hue angle of 15.13º 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 #CA7153 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 83 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.21 |
| HSL | 15.13º | 0.53% | 0.56% | - |
| HSV(B) | 15.13º | 0.59% | 0.79% | - |
| XYZ | 31.82 | 24.99 | 11.33 | - |
| YUV | 136.19 | 97.99 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 83 | 0 | 0.44 | 0.59 | 0.21 | 15.13 | 0.53 | 0.56 |
| Hex | CA | 71 | 53 | 0 | 2C | 3B | 15 | F | 35 | 38 |
| Octal | 312 | 161 | 123 | 0 | 54 | 73 | 25 | 17 | 65 | 70 |
| Binary | 11001010 | 1110001 | 1010011 | 0 | 101100 | 111011 | 10101 | 1111 | 110101 | 111000 |
Color Harmonies of #CA7153
Complementary color
Monochromatic Colors of #CA7153
Black with #CA7153
Text Example
Text Example
White with #CA7153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7153; }
p { color: rgb(202,113,83); }
H1.HeaderClassName
{
color: #CA7153;
}
.AnyTagClassName
{
color: #CA7153;
}
</style>
background-color css
<style>
a { background-color: #CA7153; }
a { background-color: rgb(202,113,83); }
div.DivClassName
{
background-color: #CA7153;
}
.BgClassName
{
background-color: #CA7153;
}
</style>
border-color css
<style>
span { border-color: #CA7153; }
span { border-color: rgb(202,113,83); }
td.TdClassName
{
border-color: #CA7153;
}
.TagClassName
{
border-color: #CA7153;
}
</style>