Shades of Japonica #CA755B
Tints of Japonica #CA755B
RGB
CMYK
RGB Variations
Color information
#CA755B (or 0xCA755B) is known color: Japonica. HEX triplet: CA, 75 and 5B. RGB value is (202,117,91). Sum of RGB (Red+Green+Blue) = 202+117+91=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA755B is #358AA4. Grayscale: #8B8B8B. Windows color (decimal): -3508901 or 5993930. OLE color: 5993930.
HSL color Cylindrical-coordinate representation of color #CA755B: hue angle of 14.05º 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 #CA755B is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 91 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.21 |
| HSL | 14.05º | 0.51% | 0.57% | - |
| HSV(B) | 14.05º | 0.55% | 0.79% | - |
| XYZ | 32.61 | 26.03 | 13.2 | - |
| YUV | 139.45 | 100.66 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 91 | 0 | 0.42 | 0.55 | 0.21 | 14.05 | 0.51 | 0.57 |
| Hex | CA | 75 | 5B | 0 | 2A | 37 | 15 | E | 33 | 39 |
| Octal | 312 | 165 | 133 | 0 | 52 | 67 | 25 | 16 | 63 | 71 |
| Binary | 11001010 | 1110101 | 1011011 | 0 | 101010 | 110111 | 10101 | 1110 | 110011 | 111001 |
Color Harmonies of #CA755B
Complementary color
Monochromatic Colors of #CA755B
Black with #CA755B
Text Example
Text Example
White with #CA755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA755B; }
p { color: rgb(202,117,91); }
H1.HeaderClassName
{
color: #CA755B;
}
.AnyTagClassName
{
color: #CA755B;
}
</style>
background-color css
<style>
a { background-color: #CA755B; }
a { background-color: rgb(202,117,91); }
div.DivClassName
{
background-color: #CA755B;
}
.BgClassName
{
background-color: #CA755B;
}
</style>
border-color css
<style>
span { border-color: #CA755B; }
span { border-color: rgb(202,117,91); }
td.TdClassName
{
border-color: #CA755B;
}
.TagClassName
{
border-color: #CA755B;
}
</style>