Shades of Charm #C67B88
Tints of Charm #C67B88
RGB
CMYK
RGB Variations
Color information
#C67B88 (or 0xC67B88) is known color: Charm. HEX triplet: C6, 7B and 88. RGB value is (198,123,136). Sum of RGB (Red+Green+Blue) = 198+123+136=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C67B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67B88 is #398477. Grayscale: #929292. Windows color (decimal): -3769464 or 8944582. OLE color: 8944582.
HSL color Cylindrical-coordinate representation of color #C67B88: hue angle of 349.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67B88 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 123 | 136 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.22 |
| HSL | 349.6º | 0.4% | 0.63% | - |
| HSV(B) | 349.6º | 0.38% | 0.78% | - |
| XYZ | 34.82 | 27.95 | 26.85 | - |
| YUV | 146.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 136 | 0 | 0.38 | 0.31 | 0.22 | 349.6 | 0.4 | 0.63 |
| Hex | C6 | 7B | 88 | 0 | 26 | 1F | 16 | 15E | 28 | 3F |
| Octal | 306 | 173 | 210 | 0 | 46 | 37 | 26 | 536 | 50 | 77 |
| Binary | 11000110 | 1111011 | 10001000 | 0 | 100110 | 11111 | 10110 | 101011110 | 101000 | 111111 |
Color Harmonies of #C67B88
Complementary color
Monochromatic Colors of #C67B88
Black with #C67B88
Text Example
Text Example
White with #C67B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67B88; }
p { color: rgb(198,123,136); }
H1.HeaderClassName
{
color: #C67B88;
}
.AnyTagClassName
{
color: #C67B88;
}
</style>
background-color css
<style>
a { background-color: #C67B88; }
a { background-color: rgb(198,123,136); }
div.DivClassName
{
background-color: #C67B88;
}
.BgClassName
{
background-color: #C67B88;
}
</style>
border-color css
<style>
span { border-color: #C67B88; }
span { border-color: rgb(198,123,136); }
td.TdClassName
{
border-color: #C67B88;
}
.TagClassName
{
border-color: #C67B88;
}
</style>