Shades of Japonica #CA795D
Tints of Japonica #CA795D
RGB
CMYK
RGB Variations
Color information
#CA795D (or 0xCA795D) is known color: Japonica. HEX triplet: CA, 79 and 5D. RGB value is (202,121,93). Sum of RGB (Red+Green+Blue) = 202+121+93=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA795D is #3586A2. Grayscale: #8E8E8E. Windows color (decimal): -3507875 or 6126026. OLE color: 6126026.
HSL color Cylindrical-coordinate representation of color #CA795D: hue angle of 15.41º 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 #CA795D is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 121 | 93 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.21 |
| HSL | 15.41º | 0.51% | 0.58% | - |
| HSV(B) | 15.41º | 0.54% | 0.79% | - |
| XYZ | 33.17 | 27.02 | 13.82 | - |
| YUV | 142.03 | 100.34 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 93 | 0 | 0.40 | 0.54 | 0.21 | 15.41 | 0.51 | 0.58 |
| Hex | CA | 79 | 5D | 0 | 28 | 36 | 15 | F | 33 | 3A |
| Octal | 312 | 171 | 135 | 0 | 50 | 66 | 25 | 17 | 63 | 72 |
| Binary | 11001010 | 1111001 | 1011101 | 0 | 101000 | 110110 | 10101 | 1111 | 110011 | 111010 |
Color Harmonies of #CA795D
Complementary color
Monochromatic Colors of #CA795D
Black with #CA795D
Text Example
Text Example
White with #CA795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA795D; }
p { color: rgb(202,121,93); }
H1.HeaderClassName
{
color: #CA795D;
}
.AnyTagClassName
{
color: #CA795D;
}
</style>
background-color css
<style>
a { background-color: #CA795D; }
a { background-color: rgb(202,121,93); }
div.DivClassName
{
background-color: #CA795D;
}
.BgClassName
{
background-color: #CA795D;
}
</style>
border-color css
<style>
span { border-color: #CA795D; }
span { border-color: rgb(202,121,93); }
td.TdClassName
{
border-color: #CA795D;
}
.TagClassName
{
border-color: #CA795D;
}
</style>