Shades of Japonica #CA6B56
Tints of Japonica #CA6B56
RGB
CMYK
RGB Variations
Color information
#CA6B56 (or 0xCA6B56) is known color: Japonica. HEX triplet: CA, 6B and 56. RGB value is (202,107,86). Sum of RGB (Red+Green+Blue) = 202+107+86=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6B56 is #3594A9. Grayscale: #858585. Windows color (decimal): -3511466 or 5663690. OLE color: 5663690.
HSL color Cylindrical-coordinate representation of color #CA6B56: hue angle of 10.86º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6B56 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 107 | 86 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.21 |
| HSL | 10.86º | 0.52% | 0.56% | - |
| HSV(B) | 10.86º | 0.57% | 0.79% | - |
| XYZ | 31.29 | 23.74 | 11.74 | - |
| YUV | 133.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 86 | 0 | 0.47 | 0.57 | 0.21 | 10.86 | 0.52 | 0.56 |
| Hex | CA | 6B | 56 | 0 | 2F | 39 | 15 | B | 34 | 38 |
| Octal | 312 | 153 | 126 | 0 | 57 | 71 | 25 | 13 | 64 | 70 |
| Binary | 11001010 | 1101011 | 1010110 | 0 | 101111 | 111001 | 10101 | 1011 | 110100 | 111000 |
Color Harmonies of #CA6B56
Complementary color
Monochromatic Colors of #CA6B56
Black with #CA6B56
Text Example
Text Example
White with #CA6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6B56; }
p { color: rgb(202,107,86); }
H1.HeaderClassName
{
color: #CA6B56;
}
.AnyTagClassName
{
color: #CA6B56;
}
</style>
background-color css
<style>
a { background-color: #CA6B56; }
a { background-color: rgb(202,107,86); }
div.DivClassName
{
background-color: #CA6B56;
}
.BgClassName
{
background-color: #CA6B56;
}
</style>
border-color css
<style>
span { border-color: #CA6B56; }
span { border-color: rgb(202,107,86); }
td.TdClassName
{
border-color: #CA6B56;
}
.TagClassName
{
border-color: #CA6B56;
}
</style>