Shades of Japonica #C66B55
Tints of Japonica #C66B55
RGB
CMYK
RGB Variations
Color information
#C66B55 (or 0xC66B55) is known color: Japonica. HEX triplet: C6, 6B and 55. RGB value is (198,107,85). Sum of RGB (Red+Green+Blue) = 198+107+85=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66B55 is #3994AA. Grayscale: #838383. Windows color (decimal): -3773611 or 5598150. OLE color: 5598150.
HSL color Cylindrical-coordinate representation of color #C66B55: hue angle of 11.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C66B55 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 107 | 85 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.22 |
| HSL | 11.68º | 0.5% | 0.55% | - |
| HSV(B) | 11.68º | 0.57% | 0.78% | - |
| XYZ | 30.19 | 23.18 | 11.48 | - |
| YUV | 131.7 | 101.65 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 85 | 0 | 0.46 | 0.57 | 0.22 | 11.68 | 0.5 | 0.55 |
| Hex | C6 | 6B | 55 | 0 | 2E | 39 | 16 | C | 32 | 37 |
| Octal | 306 | 153 | 125 | 0 | 56 | 71 | 26 | 14 | 62 | 67 |
| Binary | 11000110 | 1101011 | 1010101 | 0 | 101110 | 111001 | 10110 | 1100 | 110010 | 110111 |
Color Harmonies of #C66B55
Complementary color
Monochromatic Colors of #C66B55
Black with #C66B55
Text Example
Text Example
White with #C66B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66B55; }
p { color: rgb(198,107,85); }
H1.HeaderClassName
{
color: #C66B55;
}
.AnyTagClassName
{
color: #C66B55;
}
</style>
background-color css
<style>
a { background-color: #C66B55; }
a { background-color: rgb(198,107,85); }
div.DivClassName
{
background-color: #C66B55;
}
.BgClassName
{
background-color: #C66B55;
}
</style>
border-color css
<style>
span { border-color: #C66B55; }
span { border-color: rgb(198,107,85); }
td.TdClassName
{
border-color: #C66B55;
}
.TagClassName
{
border-color: #C66B55;
}
</style>