Shades of Japonica #CA7653
Tints of Japonica #CA7653
RGB
CMYK
RGB Variations
Color information
#CA7653 (or 0xCA7653) is known color: Japonica. HEX triplet: CA, 76 and 53. RGB value is (202,118,83). Sum of RGB (Red+Green+Blue) = 202+118+83=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7653 is #3589AC. Grayscale: #8B8B8B. Windows color (decimal): -3508653 or 5469898. OLE color: 5469898.
HSL color Cylindrical-coordinate representation of color #CA7653: hue angle of 17.65º 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 #CA7653 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 83 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.21 |
| HSL | 17.65º | 0.53% | 0.56% | - |
| HSV(B) | 17.65º | 0.59% | 0.79% | - |
| XYZ | 32.4 | 26.14 | 11.52 | - |
| YUV | 139.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 83 | 0 | 0.42 | 0.59 | 0.21 | 17.65 | 0.53 | 0.56 |
| Hex | CA | 76 | 53 | 0 | 2A | 3B | 15 | 12 | 35 | 38 |
| Octal | 312 | 166 | 123 | 0 | 52 | 73 | 25 | 22 | 65 | 70 |
| Binary | 11001010 | 1110110 | 1010011 | 0 | 101010 | 111011 | 10101 | 10010 | 110101 | 111000 |
Color Harmonies of #CA7653
Complementary color
Monochromatic Colors of #CA7653
Black with #CA7653
Text Example
Text Example
White with #CA7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7653; }
p { color: rgb(202,118,83); }
H1.HeaderClassName
{
color: #CA7653;
}
.AnyTagClassName
{
color: #CA7653;
}
</style>
background-color css
<style>
a { background-color: #CA7653; }
a { background-color: rgb(202,118,83); }
div.DivClassName
{
background-color: #CA7653;
}
.BgClassName
{
background-color: #CA7653;
}
</style>
border-color css
<style>
span { border-color: #CA7653; }
span { border-color: rgb(202,118,83); }
td.TdClassName
{
border-color: #CA7653;
}
.TagClassName
{
border-color: #CA7653;
}
</style>