Shades of Japonica #CA755C
Tints of Japonica #CA755C
RGB
CMYK
RGB Variations
Color information
#CA755C (or 0xCA755C) is known color: Japonica. HEX triplet: CA, 75 and 5C. RGB value is (202,117,92). Sum of RGB (Red+Green+Blue) = 202+117+92=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA755C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA755C is #358AA3. Grayscale: #8B8B8B. Windows color (decimal): -3508900 or 6059466. OLE color: 6059466.
HSL color Cylindrical-coordinate representation of color #CA755C: hue angle of 13.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA755C is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 117 | 92 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.21 |
| HSL | 13.64º | 0.51% | 0.58% | - |
| HSV(B) | 13.64º | 0.54% | 0.79% | - |
| XYZ | 32.65 | 26.05 | 13.43 | - |
| YUV | 139.57 | 101.16 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 92 | 0 | 0.42 | 0.54 | 0.21 | 13.64 | 0.51 | 0.58 |
| Hex | CA | 75 | 5C | 0 | 2A | 36 | 15 | E | 33 | 3A |
| Octal | 312 | 165 | 134 | 0 | 52 | 66 | 25 | 16 | 63 | 72 |
| Binary | 11001010 | 1110101 | 1011100 | 0 | 101010 | 110110 | 10101 | 1110 | 110011 | 111010 |
Color Harmonies of #CA755C
Complementary color
Monochromatic Colors of #CA755C
Black with #CA755C
Text Example
Text Example
White with #CA755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA755C; }
p { color: rgb(202,117,92); }
H1.HeaderClassName
{
color: #CA755C;
}
.AnyTagClassName
{
color: #CA755C;
}
</style>
background-color css
<style>
a { background-color: #CA755C; }
a { background-color: rgb(202,117,92); }
div.DivClassName
{
background-color: #CA755C;
}
.BgClassName
{
background-color: #CA755C;
}
</style>
border-color css
<style>
span { border-color: #CA755C; }
span { border-color: rgb(202,117,92); }
td.TdClassName
{
border-color: #CA755C;
}
.TagClassName
{
border-color: #CA755C;
}
</style>