Shades of Japonica #C67B5C
Tints of Japonica #C67B5C
RGB
CMYK
RGB Variations
Color information
#C67B5C (or 0xC67B5C) is known color: Japonica. HEX triplet: C6, 7B and 5C. RGB value is (198,123,92). Sum of RGB (Red+Green+Blue) = 198+123+92=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67B5C is #3984A3. Grayscale: #8E8E8E. Windows color (decimal): -3769508 or 6060998. OLE color: 6060998.
HSL color Cylindrical-coordinate representation of color #C67B5C: hue angle of 17.55º 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 #C67B5C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 92 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.22 |
| HSL | 17.55º | 0.48% | 0.57% | - |
| HSV(B) | 17.55º | 0.54% | 0.78% | - |
| XYZ | 32.3 | 26.94 | 13.62 | - |
| YUV | 141.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 92 | 0 | 0.38 | 0.54 | 0.22 | 17.55 | 0.48 | 0.57 |
| Hex | C6 | 7B | 5C | 0 | 26 | 36 | 16 | 12 | 30 | 39 |
| Octal | 306 | 173 | 134 | 0 | 46 | 66 | 26 | 22 | 60 | 71 |
| Binary | 11000110 | 1111011 | 1011100 | 0 | 100110 | 110110 | 10110 | 10010 | 110000 | 111001 |
Color Harmonies of #C67B5C
Complementary color
Monochromatic Colors of #C67B5C
Black with #C67B5C
Text Example
Text Example
White with #C67B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B5C; }
p { color: rgb(198,123,92); }
H1.HeaderClassName
{
color: #C67B5C;
}
.AnyTagClassName
{
color: #C67B5C;
}
</style>
background-color css
<style>
a { background-color: #C67B5C; }
a { background-color: rgb(198,123,92); }
div.DivClassName
{
background-color: #C67B5C;
}
.BgClassName
{
background-color: #C67B5C;
}
</style>
border-color css
<style>
span { border-color: #C67B5C; }
span { border-color: rgb(198,123,92); }
td.TdClassName
{
border-color: #C67B5C;
}
.TagClassName
{
border-color: #C67B5C;
}
</style>