Shades of Japonica #C67B5B
Tints of Japonica #C67B5B
RGB
CMYK
RGB Variations
Color information
#C67B5B (or 0xC67B5B) is known color: Japonica. HEX triplet: C6, 7B and 5B. RGB value is (198,123,91). Sum of RGB (Red+Green+Blue) = 198+123+91=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B5B is #3984A4. Grayscale: #8D8D8D. Windows color (decimal): -3769509 or 5995462. OLE color: 5995462.
HSL color Cylindrical-coordinate representation of color #C67B5B: hue angle of 17.94º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C67B5B is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 91 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 17.94º | 0.48% | 0.57% | - |
| HSV(B) | 17.94º | 0.54% | 0.78% | - |
| XYZ | 32.26 | 26.93 | 13.39 | - |
| YUV | 141.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 91 | 0 | 0.38 | 0.54 | 0.22 | 17.94 | 0.48 | 0.57 |
| Hex | C6 | 7B | 5B | 0 | 26 | 36 | 16 | 12 | 30 | 39 |
| Octal | 306 | 173 | 133 | 0 | 46 | 66 | 26 | 22 | 60 | 71 |
| Binary | 11000110 | 1111011 | 1011011 | 0 | 100110 | 110110 | 10110 | 10010 | 110000 | 111001 |
Color Harmonies of #C67B5B
Complementary color
Monochromatic Colors of #C67B5B
Black with #C67B5B
Text Example
Text Example
White with #C67B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B5B; }
p { color: rgb(198,123,91); }
H1.HeaderClassName
{
color: #C67B5B;
}
.AnyTagClassName
{
color: #C67B5B;
}
</style>
background-color css
<style>
a { background-color: #C67B5B; }
a { background-color: rgb(198,123,91); }
div.DivClassName
{
background-color: #C67B5B;
}
.BgClassName
{
background-color: #C67B5B;
}
</style>
border-color css
<style>
span { border-color: #C67B5B; }
span { border-color: rgb(198,123,91); }
td.TdClassName
{
border-color: #C67B5B;
}
.TagClassName
{
border-color: #C67B5B;
}
</style>