Shades of Japonica #CA7761
Tints of Japonica #CA7761
RGB
CMYK
RGB Variations
Color information
#CA7761 (or 0xCA7761) is known color: Japonica. HEX triplet: CA, 77 and 61. RGB value is (202,119,97). Sum of RGB (Red+Green+Blue) = 202+119+97=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7761 is #35889E. Grayscale: #8D8D8D. Windows color (decimal): -3508383 or 6387658. OLE color: 6387658.
HSL color Cylindrical-coordinate representation of color #CA7761: hue angle of 12.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA7761 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 97 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.21 |
| HSL | 12.57º | 0.5% | 0.59% | - |
| HSV(B) | 12.57º | 0.52% | 0.79% | - |
| XYZ | 33.11 | 26.61 | 14.7 | - |
| YUV | 141.31 | 103 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 97 | 0 | 0.41 | 0.52 | 0.21 | 12.57 | 0.5 | 0.59 |
| Hex | CA | 77 | 61 | 0 | 29 | 34 | 15 | D | 32 | 3B |
| Octal | 312 | 167 | 141 | 0 | 51 | 64 | 25 | 15 | 62 | 73 |
| Binary | 11001010 | 1110111 | 1100001 | 0 | 101001 | 110100 | 10101 | 1101 | 110010 | 111011 |
Color Harmonies of #CA7761
Complementary color
Monochromatic Colors of #CA7761
Black with #CA7761
Text Example
Text Example
White with #CA7761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7761; }
p { color: rgb(202,119,97); }
H1.HeaderClassName
{
color: #CA7761;
}
.AnyTagClassName
{
color: #CA7761;
}
</style>
background-color css
<style>
a { background-color: #CA7761; }
a { background-color: rgb(202,119,97); }
div.DivClassName
{
background-color: #CA7761;
}
.BgClassName
{
background-color: #CA7761;
}
</style>
border-color css
<style>
span { border-color: #CA7761; }
span { border-color: rgb(202,119,97); }
td.TdClassName
{
border-color: #CA7761;
}
.TagClassName
{
border-color: #CA7761;
}
</style>