Shades of Japonica #CA7663
Tints of Japonica #CA7663
RGB
CMYK
RGB Variations
Color information
#CA7663 (or 0xCA7663) is known color: Japonica. HEX triplet: CA, 76 and 63. RGB value is (202,118,99). Sum of RGB (Red+Green+Blue) = 202+118+99=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7663 is #35899C. Grayscale: #8D8D8D. Windows color (decimal): -3508637 or 6518474. OLE color: 6518474.
HSL color Cylindrical-coordinate representation of color #CA7663: hue angle of 11.07º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7663 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 118 | 99 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.21 |
| HSL | 11.07º | 0.49% | 0.59% | - |
| HSV(B) | 11.07º | 0.51% | 0.79% | - |
| XYZ | 33.09 | 26.41 | 15.16 | - |
| YUV | 140.95 | 104.33 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 118 | 99 | 0 | 0.42 | 0.51 | 0.21 | 11.07 | 0.49 | 0.59 |
| Hex | CA | 76 | 63 | 0 | 2A | 33 | 15 | B | 31 | 3B |
| Octal | 312 | 166 | 143 | 0 | 52 | 63 | 25 | 13 | 61 | 73 |
| Binary | 11001010 | 1110110 | 1100011 | 0 | 101010 | 110011 | 10101 | 1011 | 110001 | 111011 |
Color Harmonies of #CA7663
Complementary color
Monochromatic Colors of #CA7663
Black with #CA7663
Text Example
Text Example
White with #CA7663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7663; }
p { color: rgb(202,118,99); }
H1.HeaderClassName
{
color: #CA7663;
}
.AnyTagClassName
{
color: #CA7663;
}
</style>
background-color css
<style>
a { background-color: #CA7663; }
a { background-color: rgb(202,118,99); }
div.DivClassName
{
background-color: #CA7663;
}
.BgClassName
{
background-color: #CA7663;
}
</style>
border-color css
<style>
span { border-color: #CA7663; }
span { border-color: rgb(202,118,99); }
td.TdClassName
{
border-color: #CA7663;
}
.TagClassName
{
border-color: #CA7663;
}
</style>