Shades of Japonica #C26F5B
Tints of Japonica #C26F5B
RGB
CMYK
RGB Variations
Color information
#C26F5B (or 0xC26F5B) is known color: Japonica. HEX triplet: C2, 6F and 5B. RGB value is (194,111,91). Sum of RGB (Red+Green+Blue) = 194+111+91=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F5B is #3D90A4. Grayscale: #858585. Windows color (decimal): -4034725 or 5992386. OLE color: 5992386.
HSL color Cylindrical-coordinate representation of color #C26F5B: hue angle of 11.65º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C26F5B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 91 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.24 |
| HSL | 11.65º | 0.46% | 0.56% | - |
| HSV(B) | 11.65º | 0.53% | 0.76% | - |
| XYZ | 29.82 | 23.59 | 12.88 | - |
| YUV | 133.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 91 | 0 | 0.43 | 0.53 | 0.24 | 11.65 | 0.46 | 0.56 |
| Hex | C2 | 6F | 5B | 0 | 2B | 35 | 18 | C | 2E | 38 |
| Octal | 302 | 157 | 133 | 0 | 53 | 65 | 30 | 14 | 56 | 70 |
| Binary | 11000010 | 1101111 | 1011011 | 0 | 101011 | 110101 | 11000 | 1100 | 101110 | 111000 |
Color Harmonies of #C26F5B
Complementary color
Monochromatic Colors of #C26F5B
Black with #C26F5B
Text Example
Text Example
White with #C26F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F5B; }
p { color: rgb(194,111,91); }
H1.HeaderClassName
{
color: #C26F5B;
}
.AnyTagClassName
{
color: #C26F5B;
}
</style>
background-color css
<style>
a { background-color: #C26F5B; }
a { background-color: rgb(194,111,91); }
div.DivClassName
{
background-color: #C26F5B;
}
.BgClassName
{
background-color: #C26F5B;
}
</style>
border-color css
<style>
span { border-color: #C26F5B; }
span { border-color: rgb(194,111,91); }
td.TdClassName
{
border-color: #C26F5B;
}
.TagClassName
{
border-color: #C26F5B;
}
</style>