Shades of Japonica #CA6B5E
Tints of Japonica #CA6B5E
RGB
CMYK
RGB Variations
Color information
#CA6B5E (or 0xCA6B5E) is known color: Japonica. HEX triplet: CA, 6B and 5E. RGB value is (202,107,94). Sum of RGB (Red+Green+Blue) = 202+107+94=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B5E is #3594A1. Grayscale: #868686. Windows color (decimal): -3511458 or 6187978. OLE color: 6187978.
HSL color Cylindrical-coordinate representation of color #CA6B5E: hue angle of 7.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA6B5E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 94 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.21 |
| HSL | 7.22º | 0.5% | 0.58% | - |
| HSV(B) | 7.22º | 0.53% | 0.79% | - |
| XYZ | 31.64 | 23.88 | 13.53 | - |
| YUV | 133.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 94 | 0 | 0.47 | 0.53 | 0.21 | 7.22 | 0.5 | 0.58 |
| Hex | CA | 6B | 5E | 0 | 2F | 35 | 15 | 7 | 32 | 3A |
| Octal | 312 | 153 | 136 | 0 | 57 | 65 | 25 | 7 | 62 | 72 |
| Binary | 11001010 | 1101011 | 1011110 | 0 | 101111 | 110101 | 10101 | 111 | 110010 | 111010 |
Color Harmonies of #CA6B5E
Complementary color
Monochromatic Colors of #CA6B5E
Black with #CA6B5E
Text Example
Text Example
White with #CA6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B5E; }
p { color: rgb(202,107,94); }
H1.HeaderClassName
{
color: #CA6B5E;
}
.AnyTagClassName
{
color: #CA6B5E;
}
</style>
background-color css
<style>
a { background-color: #CA6B5E; }
a { background-color: rgb(202,107,94); }
div.DivClassName
{
background-color: #CA6B5E;
}
.BgClassName
{
background-color: #CA6B5E;
}
</style>
border-color css
<style>
span { border-color: #CA6B5E; }
span { border-color: rgb(202,107,94); }
td.TdClassName
{
border-color: #CA6B5E;
}
.TagClassName
{
border-color: #CA6B5E;
}
</style>