Shades of Japonica #C67B5D
Tints of Japonica #C67B5D
RGB
CMYK
RGB Variations
Color information
#C67B5D (or 0xC67B5D) is known color: Japonica. HEX triplet: C6, 7B and 5D. RGB value is (198,123,93). Sum of RGB (Red+Green+Blue) = 198+123+93=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B5D is #3984A2. Grayscale: #8E8E8E. Windows color (decimal): -3769507 or 6126534. OLE color: 6126534.
HSL color Cylindrical-coordinate representation of color #C67B5D: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C67B5D is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 93 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.22 |
| HSL | 17.14º | 0.48% | 0.57% | - |
| HSV(B) | 17.14º | 0.53% | 0.78% | - |
| XYZ | 32.35 | 26.96 | 13.86 | - |
| YUV | 142.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 93 | 0 | 0.38 | 0.53 | 0.22 | 17.14 | 0.48 | 0.57 |
| Hex | C6 | 7B | 5D | 0 | 26 | 35 | 16 | 11 | 30 | 39 |
| Octal | 306 | 173 | 135 | 0 | 46 | 65 | 26 | 21 | 60 | 71 |
| Binary | 11000110 | 1111011 | 1011101 | 0 | 100110 | 110101 | 10110 | 10001 | 110000 | 111001 |
Color Harmonies of #C67B5D
Complementary color
Monochromatic Colors of #C67B5D
Black with #C67B5D
Text Example
Text Example
White with #C67B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B5D; }
p { color: rgb(198,123,93); }
H1.HeaderClassName
{
color: #C67B5D;
}
.AnyTagClassName
{
color: #C67B5D;
}
</style>
background-color css
<style>
a { background-color: #C67B5D; }
a { background-color: rgb(198,123,93); }
div.DivClassName
{
background-color: #C67B5D;
}
.BgClassName
{
background-color: #C67B5D;
}
</style>
border-color css
<style>
span { border-color: #C67B5D; }
span { border-color: rgb(198,123,93); }
td.TdClassName
{
border-color: #C67B5D;
}
.TagClassName
{
border-color: #C67B5D;
}
</style>