Shades of Japonica #CA705A
Tints of Japonica #CA705A
RGB
CMYK
RGB Variations
Color information
#CA705A (or 0xCA705A) is known color: Japonica. HEX triplet: CA, 70 and 5A. RGB value is (202,112,90). Sum of RGB (Red+Green+Blue) = 202+112+90=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA705A is #358FA5. Grayscale: #888888. Windows color (decimal): -3510182 or 5927114. OLE color: 5927114.
HSL color Cylindrical-coordinate representation of color #CA705A: hue angle of 11.79º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA705A is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 112 | 90 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.21 |
| HSL | 11.79º | 0.51% | 0.57% | - |
| HSV(B) | 11.79º | 0.55% | 0.79% | - |
| XYZ | 32 | 24.88 | 12.79 | - |
| YUV | 136.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 90 | 0 | 0.45 | 0.55 | 0.21 | 11.79 | 0.51 | 0.57 |
| Hex | CA | 70 | 5A | 0 | 2D | 37 | 15 | C | 33 | 39 |
| Octal | 312 | 160 | 132 | 0 | 55 | 67 | 25 | 14 | 63 | 71 |
| Binary | 11001010 | 1110000 | 1011010 | 0 | 101101 | 110111 | 10101 | 1100 | 110011 | 111001 |
Color Harmonies of #CA705A
Complementary color
Monochromatic Colors of #CA705A
Black with #CA705A
Text Example
Text Example
White with #CA705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA705A; }
p { color: rgb(202,112,90); }
H1.HeaderClassName
{
color: #CA705A;
}
.AnyTagClassName
{
color: #CA705A;
}
</style>
background-color css
<style>
a { background-color: #CA705A; }
a { background-color: rgb(202,112,90); }
div.DivClassName
{
background-color: #CA705A;
}
.BgClassName
{
background-color: #CA705A;
}
</style>
border-color css
<style>
span { border-color: #CA705A; }
span { border-color: rgb(202,112,90); }
td.TdClassName
{
border-color: #CA705A;
}
.TagClassName
{
border-color: #CA705A;
}
</style>